Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -r87b18724c947a61e4c005947f227a6015d56cf0c -r6d3a38303c448c14f9f64781dd39cbf2ac0fceec --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 87b18724c947a61e4c005947f227a6015d56cf0c) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 6d3a38303c448c14f9f64781dd39cbf2ac0fceec) @@ -879,12 +879,6 @@ // Raise the alarm failFlushMode(); - - // If the caps alarm was active, clear it at the of the cancel water path - if ( TRUE == isAlarmActive( ALARM_ID_DG_DIALYSATE_OR_CONC_CAP_NOT_IN_PROPER_POSITION ) ) - { - clearAlarmCondition( ALARM_ID_DG_DIALYSATE_OR_CONC_CAP_NOT_IN_PROPER_POSITION ); - } } } else if ( DG_RESERVOIR_NOT_REACHED_TARGET == rsrvr1Status ) @@ -1068,7 +1062,7 @@ prevFlushState = flushState; flushState = DG_FLUSH_STATE_CANCEL_WATER_PATH; alarmDetectedPendingTrigger = ALARM_ID_DG_DIALYSATE_OR_CONC_CAP_NOT_IN_PROPER_POSITION; - } + } } }