Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r2475e55c224cbd841d61b76f1618451efe6be1f5 -r27e8758fa6199e72b914e1199786a4396ce74d06 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 2475e55c224cbd841d61b76f1618451efe6be1f5) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 27e8758fa6199e72b914e1199786a4396ce74d06) @@ -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() ) // {