Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r1240b612f790f931825aba86ec37f37eccce9336 -rc48ea51c06c9d002f1b9b6a1d7b72d69756f183d --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 1240b612f790f931825aba86ec37f37eccce9336) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision c48ea51c06c9d002f1b9b6a1d7b72d69756f183d) @@ -534,7 +534,7 @@ { result = TRUE; // Set outlet pump to dialysate rate + set UF rate - setDialOutPumpTargetRate( setDialysateFlowRate + FLOAT_TO_INT_WITH_ROUND( setUFRate ), MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); + setDialOutPumpTargetRate( setDialysateFlowRate + (S32)setUFRate, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); // Restart UF time accumulation for reference volume calculation lastUFTimeStamp = getMSTimerCount(); // Go to UF running state