Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r90be43508ea3f0f7d7bf9be4f047b3db4dda34b1 -r6049f1beb825619a6b2a2441b3abb7db13e21b72 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 90be43508ea3f0f7d7bf9be4f047b3db4dda34b1) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 6049f1beb825619a6b2a2441b3abb7db13e21b72) @@ -1394,6 +1394,7 @@ } // Check DG Dialysate flow rate + /* TODO: Temporarily comment this out. Will restore it when know better how to handle this alarm. measuredDialInFlow = getDGDialysateFlowRateLMin() * ML_PER_LITER; if ( ( TRUE == isDialInPumpRunning() ) && ( dialInPumpControlMode != PUMP_CONTROL_MODE_OPEN_LOOP ) ) { @@ -1406,6 +1407,7 @@ { isPersistentAlarmTriggered( ALARM_ID_HD_DIAL_IN_FLOW_CHECK_FAILURE, FALSE ); } + */ } /*********************************************************************//**