Index: firmware/App/Modes/TreatmentEnd.c =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -r3e6a9b6c56cb9c18ad364133c8acfb3016ae4234 --- firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 3e6a9b6c56cb9c18ad364133c8acfb3016ae4234) @@ -149,7 +149,7 @@ setValvePosition( VBA, VALVE_POSITION_B_OPEN ); setValvePosition( VBV, VALVE_POSITION_B_OPEN ); // Start blood pump at Tx End slow flow rate - setBloodPumpTargetFlowRate( TX_END_BP_FLOW_RATE_ML_MIN, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); + setBloodPumpTargetFlowRate( getTreatmentParameterU32( TREATMENT_PARAM_BLOOD_FLOW ), MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); bloodSittingTimerCtr = 0; // Continue air trap leveling control startAirTrapControl();