Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r12b35c5c1b21515e3105253cfcaae87e3ed60de0 -r3f5b29a0524c0a342a12f36384c5ef5bb0ddb9c0 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 12b35c5c1b21515e3105253cfcaae87e3ed60de0) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 3f5b29a0524c0a342a12f36384c5ef5bb0ddb9c0) @@ -329,7 +329,7 @@ dialOutPumpControlMode = mode; // Set PWM duty cycle target to an estimated initial target to ramp to based on target flow rate - then we will control to flow when ramp completed dialOutPumpPWMDutyCyclePct = pwmDC; - dialOutPumpPWMDutyCyclePct = RANGE( dialOutPumpPWMDutyCyclePct, MIN_DIAL_OUT_CL_PWM_DUTY_CYCLE, MAX_DIAL_OUT_PUMP_PWM_DUTY_CYCLE ); + dialOutPumpPWMDutyCyclePct = RANGE( dialOutPumpPWMDutyCyclePct, MIN_DIAL_OUT_PUMP_PWM_DUTY_CYCLE, MAX_DIAL_OUT_PUMP_PWM_DUTY_CYCLE ); switch ( dialOutPumpState ) {