Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -re2abcd204d882d75e179ccd44ef9543622b1ad6d -r42d42eb4cf9c5263b1c38340c4a04e5e72be52e8 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision e2abcd204d882d75e179ccd44ef9543622b1ad6d) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 42d42eb4cf9c5263b1c38340c4a04e5e72be52e8) @@ -168,6 +168,7 @@ { 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 + { ALARM_PRIORITY_HIGH, 0, ALARM_ID_NO_ALARM, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE }, // ALARM_ID_DG_HEATERS_FAULT }; // *** This declaration will cause a compiler error if alarmTable does not have same # of alarms as the Alarm_List enumeration.