Index: AlarmDefs.h =================================================================== diff -u -r1e294634b9216e0054ab281d6118271c0ec25996 -r965807a3ebb89a23fbf9799122fe974c8b4b7cc3 --- AlarmDefs.h (.../AlarmDefs.h) (revision 1e294634b9216e0054ab281d6118271c0ec25996) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 965807a3ebb89a23fbf9799122fe974c8b4b7cc3) @@ -398,7 +398,7 @@ ALARM_STATE_FLAG_BIT_POS_LAMP_ON = 10, ///< Alarm lamp is currently on (for syncing to UI) ALARM_STATE_FLAG_BIT_POS_UNUSED_1 = 11, ///< Reserved ALARM_STATE_FLAG_BIT_POS_UNUSED_2 = 12, ///< Reserved - ALARM_STATE_FLAG_BIT_POS_DIALYSATE_RECIRC = 13, ///< Reserved + ALARM_STATE_FLAG_BIT_POS_DIALYSATE_RECIRC = 13, ///< Dialysate recirculation while treatment stopped is disabled ALARM_STATE_FLAG_BIT_POS_NO_MINIMIZE = 14, ///< Prevent user from minimizing alarm window ALARM_STATE_FLAG_BIT_POS_TOP_CONDITION = 15, ///< The top alarm's condition is still being detected NUM_OF_ALARM_STATE_FLAG_BIT_POS = 16 ///< The number of alarm state flag bit positions