Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -r94a190522ce398399c7b93c59f788d7666ec0060 -ra3960210792d0811093a6913e505d43eda1918ea --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision 94a190522ce398399c7b93c59f788d7666ec0060) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision a3960210792d0811093a6913e505d43eda1918ea) @@ -369,7 +369,7 @@ // Loop through the sensors and thermistors for ( thermistor = THERMISTOR_ONBOARD_NTC; thermistor < NUM_OF_THERMISTORS; thermistor++ ) { - temperature = getThermistorTemperatureValue( thermistor ); + temperature = getThermistorTemperatureValue( thermistor ); maxTemperature = ( temperature > maxTemperature ? temperature : maxTemperature ); }