Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -rbeeb805ec212b64d188d2ce242c21cb8fb7a9d21 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision beeb805ec212b64d188d2ce242c21cb8fb7a9d21) @@ -53,7 +53,6 @@ #define MAX_DIAL_IN_PUMP_PWM_STEP_DN_CHANGE 0.016F ///< Max duty cycle change when ramping down. #define MAX_DIAL_IN_PUMP_PWM_DUTY_CYCLE 0.90F ///< Controller will error if PWM duty cycle > 90%, so set max to 90%. #define MIN_DIAL_IN_PUMP_PWM_DUTY_CYCLE 0.10F ///< Controller will error if PWM duty cycle < 10%, so set min to 10%. -#define MIN_DG_DIAL_FLOW_RATE 10.0F ///< Minimum DG Dialysate Flow Rate (mL/Min) #define DIP_CONTROL_INTERVAL_SEC 4 ///< Dialysate inlet pump control interval (in seconds). /// Interval (ms/task time) at which the dialIn pump is controlled.