Index: firmware/App/Controllers/ConcentratePumps.h =================================================================== diff -u -r7336ffd91e991f7156b01a7f15ed2afd85b62f80 -r62ee40b55ed96eb0de1c0f05455eb986f76c1842 --- firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision 7336ffd91e991f7156b01a7f15ed2afd85b62f80) +++ firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision 62ee40b55ed96eb0de1c0f05455eb986f76c1842) @@ -53,15 +53,14 @@ void execConcentratePumpMonitor( void ); void execConcentratePumpController( void ); -void requestConcentratePumpOn( void ); -void requestConcentratePumpOff( void ); +void requestConcentratePumpsOn( void ); +void requestConcentratePumpsOff( void ); void setConcentratePumpTargetSpeed( CONCENTRATE_PUMPS_T pumpId, F32 targetSpeed_ml_min ); BOOL testSetConcentratePumpDataPublishIntervalOverride( U32 value ); BOOL testResetConcentratePumpDataPublishIntervalOverride( void ); BOOL testSetConcentratePumpTargetSpeedOverride( U32 pumpId, F32 value ); -BOOL testResetConcentratePumpTargetSpeedOverride( U32 pumpId ); /**@}*/