Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r802a590448df6a6cdd949f9a433559d7be89c034 -r435a9dbdf79efb70fdb78b7a7bbd608d8522ef4f --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 802a590448df6a6cdd949f9a433559d7be89c034) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 435a9dbdf79efb70fdb78b7a7bbd608d8522ef4f) @@ -451,7 +451,7 @@ data.timeout = 0; data.countdown = 0; - if ( getRinsebackCompleted() != TRUE ) + if ( ( getRinsebackCompleted() != TRUE ) && ( isAlarmActive( ALARM_ID_HD_TREATMENT_RINSEBACK_TIMEOUT_ALARM ) != TRUE ) ) { if ( bloodSittingTimerCtr > 0 ) {