Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -rc4f3105da2ed8a7c40950588b54b79067185a3ad -r4cb0c4986fd8cea3b9d6482b0c1b4a9e3af7f4c6 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision c4f3105da2ed8a7c40950588b54b79067185a3ad) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 4cb0c4986fd8cea3b9d6482b0c1b4a9e3af7f4c6) @@ -375,7 +375,7 @@ { F32 temperature; THERMISTORS_TEMP_SENSORS_T thermistor; - F32 maxTemperature; + F32 maxTemperature = 0.0F; // Loop through the sensors and thermistors for ( thermistor = THERMISTOR_ONBOARD_NTC; thermistor < NUM_OF_THERMISTORS; thermistor++ )