Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -rc4f3105da2ed8a7c40950588b54b79067185a3ad -r0e51e3ba11d451f966dfe924f489b076e4039173 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision c4f3105da2ed8a7c40950588b54b79067185a3ad) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 0e51e3ba11d451f966dfe924f489b076e4039173) @@ -373,9 +373,9 @@ ************************************************************************/ static F32 getMaximumTemperature( void ) { - F32 temperature; + F32 temperature = 0.0F; + F32 maxTemperature = 0.0F; THERMISTORS_TEMP_SENSORS_T thermistor; - F32 maxTemperature; // Loop through the sensors and thermistors for ( thermistor = THERMISTOR_ONBOARD_NTC; thermistor < NUM_OF_THERMISTORS; thermistor++ )