Index: firmware/App/Controllers/SubstitutionPump.h =================================================================== diff -u -r7ef41d90338528f3e8c0ef801fc17fa1ec4b34ea -r2c1a0857ad6987f387bdb8434c6498ab88cd1db8 --- firmware/App/Controllers/SubstitutionPump.h (.../SubstitutionPump.h) (revision 7ef41d90338528f3e8c0ef801fc17fa1ec4b34ea) +++ firmware/App/Controllers/SubstitutionPump.h (.../SubstitutionPump.h) (revision 2c1a0857ad6987f387bdb8434c6498ab88cd1db8) @@ -62,10 +62,10 @@ void requestSubstitutionPumpOn( SUBSTITUTION_PUMPS_T pumpId ); void requestSubstitutionPumpOff( SUBSTITUTION_PUMPS_T pumpId ); F32 getSubstitutionPumpTargetRate( SUBSTITUTION_PUMPS_T pumpId ); -void setSubstitutionPumpTargetSpeed( SUBSTITUTION_PUMPS_T pumpId, F32 targetSpeed_ml_min ); +void setSubstitutionPumpTargetRate( SUBSTITUTION_PUMPS_T pumpId, F32 targetSpeed_ml_min ); BOOL testSubstitutionPumpDataPublishIntervalOverride( MESSAGE_T *message ); -BOOL testSubstitutionPumpTargetSpeedOverride( MESSAGE_T *message ); +BOOL testSubstitutionPumpTargetRateOverride( MESSAGE_T *message ); BOOL testSubstitutionPumpStartStopOverride( MESSAGE_T *message ); /**@}*/