Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r7c8d739514d6c314aef7e7c2d26be41c81ff1236 -rd70681aa147f2b4b888e130bd09cb81db5de25a3 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 7c8d739514d6c314aef7e7c2d26be41c81ff1236) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision d70681aa147f2b4b888e130bd09cb81db5de25a3) @@ -23,7 +23,6 @@ #include "DialOutFlow.h" #include "ModeTreatment.h" #include "OperationModes.h" -#include "Reservoirs.h" #include "SystemCommMessages.h" #include "TaskGeneral.h" #include "TreatmentStop.h" @@ -233,11 +232,6 @@ { 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: