Index: firmware/App/Controllers/DialysatePumps.h =================================================================== diff -u -r97eba3d39e6ddf44276b77b1aea1171805ca142d -red96c724f65f6763233b2c427456b6efd19717e6 --- firmware/App/Controllers/DialysatePumps.h (.../DialysatePumps.h) (revision 97eba3d39e6ddf44276b77b1aea1171805ca142d) +++ firmware/App/Controllers/DialysatePumps.h (.../DialysatePumps.h) (revision ed96c724f65f6763233b2c427456b6efd19717e6) @@ -84,8 +84,8 @@ void execDialysatePumpController( void ); SELF_TEST_STATUS_T execDialysatePumpSelfTest( void ); -U32 getD48MinPumpRPM( void ); -U32 getD48MaxPumpRPM( void ); +U32 getDialysatePumpMinRPM( DIALYSATE_PUMPS_T pumpId ); +U32 getDialysatePumpMaxRPM( DIALYSATE_PUMPS_T pumpId ); F32 getDialysatePumpTargetSpeed( DIALYSATE_PUMPS_T pumpId ); F32 getDialysatePumpMeasuredSpeed( DIALYSATE_PUMPS_T pumpId ); F32 getDialysatePumpTargetPressure( DIALYSATE_PUMPS_T pumpId );