Index: PersistentAlarm.h =================================================================== diff -u -r18b4f4a4739d63ddbe1f19caea4a4f14b7e58ae0 -ra78955f6cb6e7de3f9f7d9efc06b256cbe5f6c81 --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 18b4f4a4739d63ddbe1f19caea4a4f14b7e58ae0) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision a78955f6cb6e7de3f9f7d9efc06b256cbe5f6c81) @@ -63,6 +63,8 @@ PERSISTENT_ALARM_TEMP_SENSORS_FPGA_ERROR, ///< Temperature sensors FPGA error alarm PERSISTENT_ALARM_UV_REACTOR_UNHEALTHY, ///< UV reactor unhealthy persistent alarm PERSISTENT_ALARM_DRAIN_PUMP_OFF_ERROR, ///< Drain pump off error for safety shutdown + PERSISTENT_ALARM_RO_PUMP_RAMP_UP_TO_TARGET_FLOW_TIMEOUT, ///< RO pump ramp up to target flow timeout + PERSISTEMT_ALARM_RO_PUMP_OFF_ERROR, ///< RO pump off error #endif NUM_OF_PERSISTENT_ALARM ///< Number of persistent alarms } PERSISTENT_ALARM_T;