Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -redbe7477408438824f39a8e1ff96eff4a0115ff4 -r0b920c7149620ef5d32f118efc9414c6e7319dfa --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision edbe7477408438824f39a8e1ff96eff4a0115ff4) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 0b920c7149620ef5d32f118efc9414c6e7319dfa) @@ -658,8 +658,8 @@ newPWM = runPIController( PI_CONTROLLER_ID_DIALYSATE_FLOW, tgtFlow, actFlow ); dialInPumpPWMDutyCyclePctSet = newPWM; setDialInPumpControlSignalPWM( newPWM ); - signalDialOutControl(); } + signalDialOutControl(); dipControlTimerCounter = 0; }