Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rb569bc796c56acd5d94d468386f5f42c350cad65 -rf46f00ed7e9e3d3483c8fb1a4c987bd1691501bb --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision b569bc796c56acd5d94d468386f5f42c350cad65) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision f46f00ed7e9e3d3483c8fb1a4c987bd1691501bb) @@ -22,6 +22,7 @@ #include "Heaters.h" #include "ModeFault.h" #include "ModeStandby.h" +#include "ModeGenDialysate.h" #include "MessageSupport.h" #include "Messaging.h" //#include "NVDataMgmt.h" @@ -159,6 +160,9 @@ DD_STANDBY_MODE_STATE_T state = DD_STANDBY_MODE_STATE_IDLE; FP_OP_MODE_T fpMode = getCurrentFPOperationMode(); + //Testing + hydChamberWaterInletControl(); + //TODO : Define comm loss alarm when TD is turned off or stops communicating // if ( FALSE == isTDCommunicating() ) // {