Index: firmware/App/Modes/TreatmentEnd.c =================================================================== diff -u -r4f3b9e168915ab13dfcdc74462d7142115cc2d57 -r59ba490fab6349216bafef4c8438b1b97aaaddcd --- firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 4f3b9e168915ab13dfcdc74462d7142115cc2d57) +++ firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 59ba490fab6349216bafef4c8438b1b97aaaddcd) @@ -189,12 +189,6 @@ txEndTimerCtr++; - // Check for user confirmation of end treatment - if ( CONFIRMATION_REQUEST_STATUS_ACCEPTED == getConfirmationRequestStatus( GENERIC_CONFIRM_ID_TREATMENT_END ) ) - { - txEndAlarmEndTreatmentRequested = TRUE; - } - switch ( treatmentEndState ) { case TREATMENT_END_WAIT_FOR_RINSEBACK_STATE: @@ -362,8 +356,7 @@ *************************************************************************/ void signalTreatmentEndAlarmEndTxUserAction( void ) { - // Send message to UI to get user confirmation to end treatment - action initiated only upon receipt of user confirmation from UI - addConfirmationRequest( GENERIC_CONFIRM_ID_TREATMENT_END, GENERIC_CONFIRM_CMD_REQUEST_OPEN, 0 ); + txEndAlarmEndTreatmentRequested = TRUE; } /*********************************************************************//**