Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r6419179374edcd65da462de84e8aeaefb7e20320 -re5d1d67106a93a6cd1b5692b586625d715732e2f --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 6419179374edcd65da462de84e8aeaefb7e20320) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision e5d1d67106a93a6cd1b5692b586625d715732e2f) @@ -161,8 +161,9 @@ static U32 errorDialOutRotorSpeedPersistTimerCtr = 0; ///< Persistence timer counter for rotor speed error condition. static U32 errorDialOutPumpDirectionPersistTimerCtr = 0; ///< Persistence timer counter for pump direction error condition. -static DIAL_OUT_PUMP_SELF_TEST_STATE_T dialOutPumpSelfTestState = DIAL_OUT_PUMP_SELF_TEST_STATE_START; ///< Current state of the dialysate outlet pump self-test state machine. -static U32 dialOutPumpSelfTestTimerCount = 0; ///< Timer counter for time reference during self-test. +// TODO: Enable when self-test ready +//static DIAL_OUT_PUMP_SELF_TEST_STATE_T dialOutPumpSelfTestState = DIAL_OUT_PUMP_SELF_TEST_STATE_START; ///< Current state of the dialysate outlet pump self-test state machine. +//static U32 dialOutPumpSelfTestTimerCount = 0; ///< Timer counter for time reference during self-test. // ********** private function prototypes **********