Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -rd33ae635eb38ae8f2647f68304be74e8e4f78cfd -r667feab319b14681a0330a715da7a1ba930b518d --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision d33ae635eb38ae8f2647f68304be74e8e4f78cfd) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 667feab319b14681a0330a715da7a1ba930b518d) @@ -951,7 +951,6 @@ salineBolusAbortRequested = FALSE; result = SALINE_BOLUS_STATE_IDLE; } -#ifndef DISABLE_PUMP_FLOW_CHECKS // Determine if saline bolus is under/over delivering else if ( ( fabs( expectedSalineBolusVolume_mL - bolusSalineVolumeDelivered_mL ) > maxBolusErrorMl ) && ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_PUMP_FLOW_CHECKS ) != SW_CONFIG_ENABLE_VALUE ) ) @@ -960,7 +959,6 @@ errorFound = TRUE; result = SALINE_BOLUS_STATE_IDLE; } -#endif } // Are we stopping the bolus?