Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r3643a2e648ab2b216fd08579e56bdc02fb94836d --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3643a2e648ab2b216fd08579e56bdc02fb94836d) @@ -21,6 +21,7 @@ #include "Heaters.h" #include "ModeFault.h" #include "ModeStandby.h" +#include "ModeGenDialysate.h" #include "MessageSupport.h" #include "Messaging.h" //#include "NVDataMgmt.h" @@ -157,6 +158,9 @@ { DD_STANDBY_MODE_STATE_T state = DD_STANDBY_MODE_STATE_IDLE; + //Testing + hydChamberWaterInletControl(); + //TODO : Define comm loss alarm when TD is turned off or stops communicating // if ( FALSE == isTDCommunicating() ) // {