Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r28b5f2e7f757647145a82a39aca0a5f3652c68a1 -ra06e2c94a2c49609972b28f7ccd0647baabdb9b1 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 28b5f2e7f757647145a82a39aca0a5f3652c68a1) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision a06e2c94a2c49609972b28f7ccd0647baabdb9b1) @@ -153,7 +153,7 @@ * @details Inputs: roControlTimerCounter,roPumpOpenLoopTargetDutyCycle, * roPumpFlowRateRunningSum, roPumpPressureRunningSum, measuredFlowReadingsSum, * flowFilterCounter, flowVerificationCounter, roPumpState, roPumpControlMode - * roPumpDataPublicationTimerCounter, roPumpControlModeSet + * roPumpDataPublicationTimerCounter * @details Outputs: none * @return none *************************************************************************/ @@ -516,8 +516,7 @@ * @brief * The handleROPumpControlToTargetFlowState function handles the control to * target flow state of the RO pump controller state machine. - * @details Inputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter, - * roPumpControlModeSet + * @details Inputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter * @details Outputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter * @return next state of the controller state machine *************************************************************************/ @@ -554,8 +553,7 @@ * @brief * The handleROPumpControlToMaxPressureState function handles the control * to max pressure state of the RO pump controller state machine. - * @details Inputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter, - * roPumpControlModeSet + * @details Inputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter * @details Outputs: roPumpPWMDutyCyclePctSet, roControlTimerCounter * @return next state of the controller state machine *************************************************************************/