Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r0798ef0a54e4ddaa551ced7b2bd9b032aa458095 -ra111a84009c08c53cc058077ccb8fee95f00436d --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 0798ef0a54e4ddaa551ced7b2bd9b032aa458095) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision a111a84009c08c53cc058077ccb8fee95f00436d) @@ -168,8 +168,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. static U08 lastDialOutPumpDirectionCount = 0; ///< Previous pump direction error count reported by FPGA