Index: firmware/App/Controllers/TemperatureSensors.c =================================================================== diff -u -r04db56ac0f515f35b7f236d607bfb6f7585f55fb -rf9b3862d01ce6c64bd05b8649e69b44fa155b8e0 --- firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 04db56ac0f515f35b7f236d607bfb6f7585f55fb) +++ firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision f9b3862d01ce6c64bd05b8649e69b44fa155b8e0) @@ -124,7 +124,6 @@ static U32 internalHeatersConversionTimer; ///< Conversion timer variable to calculate the heaters internal temperature. // From master - static F32 tempValuesForPublication [ NUM_OF_TEMPERATURE_SENSORS ]; ///< Temperature sensors data publication array. static U32 dataPublicationTimerCounter; ///< Temperature sensors data publish timer counter. static OVERRIDE_U32_T tempSensorsPublishInterval = { TEMP_SENSORS_DATA_PUBLISH_INTERVAL, @@ -716,7 +715,6 @@ { // Look at the error counter and the specific error flag to make sure the error is a temp sensor // Add a byte array to have bits for each sensor to find out exactly what sensor failed - processTempSnsrsADCRead( TEMPSENSORS_INLET_PRIMARY_HEATER, getFPGATPiTemp(), getFPGARTDErrorCount(), getFPGARTDReadCount() ); processTempSnsrsADCRead( TEMPSENSORS_OUTLET_PRIMARY_HEATER, getFPGATPoTemp(), getFPGARTDErrorCount(), getFPGARTDReadCount() ); processTempSnsrsADCRead( TEMPSENSORS_CONDUCTIVITY_SENSOR_1, getFPGACD1Temp(), getFPGARTDErrorCount(), getFPGARTDReadCount() );