Index: firmware/App/Controllers/ConcentratePumps.h =================================================================== diff -u -re6f3a632890f96a5aa282922d11df148bdd06587 -rc914eb443ee2679eb9fe3668119058ccc578437d --- firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision e6f3a632890f96a5aa282922d11df148bdd06587) +++ firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision c914eb443ee2679eb9fe3668119058ccc578437d) @@ -58,8 +58,8 @@ SELF_TEST_STATUS_T execConcenratePumpsSelfTest( void ); -void requestConcentratePumpsOn( CONCENTRATE_PUMPS_T pumpId ); -void requestConcentratePumpsOff( CONCENTRATE_PUMPS_T pumpId ); +void requestConcentratePumpOn( CONCENTRATE_PUMPS_T pumpId ); +void requestConcentratePumpOff( CONCENTRATE_PUMPS_T pumpId ); void setConcentratePumpTargetSpeed( CONCENTRATE_PUMPS_T pumpId, F32 targetSpeed_ml_min ); F32 getMeasuredPumpSpeed( CONCENTRATE_PUMPS_T pumpId );