Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -r1bff8e530735be63ba557b77557a0bc2ac4b37b2 -r4dda5ae6127e3580137ebf70caf3560e3b268892 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision 1bff8e530735be63ba557b77557a0bc2ac4b37b2) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 4dda5ae6127e3580137ebf70caf3560e3b268892) @@ -413,7 +413,7 @@ F32 fansMinAllowedRPM = fansNominalRPM - ( fansNominalRPM * FANS_MIN_RPM_OUT_OF_RANGE_TOL ); F32 fansMaxAllowedRPM = fansNominalRPM + ( fansNominalRPM * FANS_MAX_RPM_OUT_OF_RANGE_TOL ); - if ( isACPowerLost() != TRUE ) + if ( FALSE == isACPowerLost() ) { // Loop through the fans and make sure the each of them have RPM in range for ( fan = FAN_INLET_1; fan < NUM_OF_FANS_NAMES; fan++ )