Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r335c721d795f22c6dc4a24f5180dee3ba095a2b2 -re6294e11f102440f7d825b697a31622ad0cdc370 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 335c721d795f22c6dc4a24f5180dee3ba095a2b2) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision e6294e11f102440f7d825b697a31622ad0cdc370) @@ -266,7 +266,7 @@ // Continue to block new alarms until the alarms are cleared. if ( ( FALSE == isAlarmConditionDetected( ALARM_ID_HD_AC_POWER_LOST ) ) && - ( FALSE == isAlarmConditionDetected( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT ) ) ) + ( FALSE == isAlarmConditionDetected( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT ) ) ) { result = FALSE; }