Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r1407db067ff2910ba9ad30b69a08bbd2f0b4f3a1 -rafa9d4924d55ac4fc98270a012e92dd1f6ee65d0 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 1407db067ff2910ba9ad30b69a08bbd2f0b4f3a1) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision afa9d4924d55ac4fc98270a012e92dd1f6ee65d0) @@ -803,9 +803,7 @@ if ( lastDialOutPumpDirectionCount != dirErrorCnt ) { lastDialOutPumpDirectionCount = dirErrorCnt; -#ifndef DISABLE_PUMP_DIRECTION_CHECKS SET_ALARM_WITH_1_U32_DATA( ALARM_ID_HD_PUMP_DIRECTION_STATUS_ERROR, (U32)HD_PUMP_DIALYSATE_OUTLET_PUMP ) -#endif } dopMCDir = ( getMeasuredDialOutPumpMCSpeed() >= 0.0 ? MOTOR_DIR_FORWARD : MOTOR_DIR_REVERSE );