Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r5cc3d018b1d6e0f0177a69d1e7108af13aaa240a -r708c23e585468515a8467d0056d712b2846b56da --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 5cc3d018b1d6e0f0177a69d1e7108af13aaa240a) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 708c23e585468515a8467d0056d712b2846b56da) @@ -168,10 +168,6 @@ static U32 errorDialOutRotorSpeedPersistTimerCtr = 0; ///< Persistence timer counter for rotor speed error condition. static U32 errorDialOutPumpDirectionPersistTimerCtr = 0; ///< Persistence timer counter for pump direction error condition. -// 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 // ********** private function prototypes **********