Index: firmware/App/Controllers/Thermistors.c =================================================================== diff -u -rd922241c530d7b21e5de46bda02d777f4edfe902 -rfd3086eca05ca4258e2e6aa06f41bcf8354a5ee3 --- firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision d922241c530d7b21e5de46bda02d777f4edfe902) +++ firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision fd3086eca05ca4258e2e6aa06f41bcf8354a5ee3) @@ -309,7 +309,6 @@ for ( thermistor = THERMISTOR_ONBOARD_NTC; thermistor < NUM_OF_THERMISTORS; thermistor++ ) { rawADC = (S32)thermistorsStatus[ thermistor ].rawADCRead; - temperature = calculateThermistorTemperature( thermistor, rawADC ); thermistorsStatus[ thermistor ].temperatureValue.data = temperature; }