Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -rfba89d67dd2bef913e85a13563e2aa49f0e2e2f5 -ra8bb1da29825b5d666333629fda871652d16229a --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision fba89d67dd2bef913e85a13563e2aa49f0e2e2f5) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision a8bb1da29825b5d666333629fda871652d16229a) @@ -308,7 +308,7 @@ FANS_EXEC_STATES_T state = FANS_EXEC_STATE_RUN_STATE; // Check if it is time to check for the control - if( ++fansControlCounter > FANS_CONTROL_INTERVAL ) + if ( ++fansControlCounter > FANS_CONTROL_INTERVAL ) { // Get the maximum temperature among all the thermistors and temperature sensors to run fan from the hottest temperature F32 temperature = getMaximumTemperature();