Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -r97e0100921ccad633b39b509a93a7237e4d80446 -r67021fbc633259e8e1bce76749dbef7d0cb51998 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision 97e0100921ccad633b39b509a93a7237e4d80446) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 67021fbc633259e8e1bce76749dbef7d0cb51998) @@ -228,7 +228,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();