Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -re4cc37257141c5227186ac6d8ca3d6c87d009042 -rb14efe97c6baf3cca79d9199fd0575768262eb9f --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision e4cc37257141c5227186ac6d8ca3d6c87d009042) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision b14efe97c6baf3cca79d9199fd0575768262eb9f) @@ -797,7 +797,9 @@ 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 );