Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r5e92cbb2c29854fb60a91dc4abafeb9b08d3272c -r5126b79e4970ffe2ed9db4cccea18a1216c78570 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 5e92cbb2c29854fb60a91dc4abafeb9b08d3272c) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 5126b79e4970ffe2ed9db4cccea18a1216c78570) @@ -589,14 +589,14 @@ /*********************************************************************//** * @brief - * The getConcentratePumpDosingStatus function returns the dosing status + * The isConcentratePumpDosingCompleted function returns the dosing status * for a given concentrate pump. * @details \b Inputs: concentratePumps * @details \b Outputs: none * @param pumpId concentrate pump id to get current dosing status * @return the current doisng status/state for the given conecntrate pump. *************************************************************************/ -BOOL getConcentratePumpDosingStatus( CONCENTRATE_PUMPS_T pumpId ) +BOOL isConcentratePumpDosingCompleted( CONCENTRATE_PUMPS_T pumpId ) { BOOL state = FALSE;