Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r34e43586567b8b43f713d28f1ce36fe781710649 -re2abcd204d882d75e179ccd44ef9543622b1ad6d --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 34e43586567b8b43f713d28f1ce36fe781710649) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision e2abcd204d882d75e179ccd44ef9543622b1ad6d) @@ -167,6 +167,7 @@ { ALARM_PRIORITY_HIGH, 0, ALARM_ID_NO_ALARM, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE }, // ALARM_ID_FLOW_RATE_OUT_OF_RANGE { ALARM_PRIORITY_HIGH, 0, ALARM_ID_NO_ALARM, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE }, // ALARM_ID_RO_PUMP_PRESSURE_OUT_OF_RANGE { ALARM_PRIORITY_HIGH, 0, ALARM_ID_NO_ALARM, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE }, // ALARM_ID_DRAIN_PUMP_RPM_OUT_OF_RANGE + { ALARM_PRIORITY_HIGH, 0, ALARM_ID_NO_ALARM, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE }, // ALARM_ID_DG_HEATERS_NEGATIVE_COLD_JUNCTION_TEMPERATURE }; // *** This declaration will cause a compiler error if alarmTable does not have same # of alarms as the Alarm_List enumeration.