Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r8d44b80febc4574ce8f9adf91d04a6056c9de42e -r4f719d9dfc6b14be6601d7aa1b3dabb5eb3af73a --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 8d44b80febc4574ce8f9adf91d04a6056c9de42e) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 4f719d9dfc6b14be6601d7aa1b3dabb5eb3af73a) @@ -233,6 +233,10 @@ TREATMENT_STOP_STATE_T priorSubState = currentTxStopState; // Execute treatment stop sub-mode state machine + if ( currentTxStopState != TREATMENT_STOP_NO_RECIRC_STATE ) + { + execReservoirs(); + } switch ( currentTxStopState ) { case TREATMENT_STOP_RECIRC_STATE: