Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -55,9 +55,8 @@ /*********************************************************************//** * @brief * The initRecirculateMode function initializes the re-circulate mode module. - * @details - * Inputs : none - * Outputs : Re-circulate mode module initialized + * @details Inputs: none + * @details Outputs: Re-circulate mode module initialized * @return none *************************************************************************/ void initRecirculateMode( void ) @@ -69,9 +68,8 @@ /*********************************************************************//** * @brief * The transitionToRecirculateMode function prepares for transition to re-circulate mode. - * @details - * Inputs : none - * Outputs : Re-initialized re-circulate mode + * @details Inputs: none + * @details Outputs: Re-initialized re-circulate mode * @return none *************************************************************************/ void transitionToRecirculateMode( void ) @@ -102,9 +100,8 @@ /*********************************************************************//** * @brief * The execRecirculateMode function executes the re-circulate mode state machine. - * @details - * Inputs : recircState - * Outputs : Check water quality, re-circulate mode state machine executed + * @details Inputs: recircState + * @details Outputs: Check water quality, re-circulate mode state machine executed * @return current state *************************************************************************/ U32 execRecirculateMode( void ) @@ -147,9 +144,8 @@ * @brief * The handleFlushLinesState function executes the flush lines state of the * re-circulate mode state machine. - * @details - * Inputs : none - * Outputs : Integrate volume of water moved through line + * @details Inputs: none + * @details Outputs: Integrate volume of water moved through line * @return the next state *************************************************************************/ static DG_RECIRCULATE_MODE_STATE_T handleFlushLinesState( void ) @@ -175,9 +171,8 @@ * @brief * The handleRecircWaterState function executes the re-circulate water state * of the re-circulate mode state machine. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return the next state *************************************************************************/ static DG_RECIRCULATE_MODE_STATE_T handleRecircWaterState( void ) @@ -191,9 +186,8 @@ * @brief * The handleRecircPauseState function executes the pause state of the * re-circulate mode state machine. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return the next state *************************************************************************/ static DG_RECIRCULATE_MODE_STATE_T handleRecircPauseState( void ) @@ -206,9 +200,8 @@ /*********************************************************************//** * @brief * The requestDGStop function handles an HD request to stop (return to standby mode). - * @details - * Inputs : none - * Outputs : DG standby mode requested + * @details Inputs: none + * @details Outputs: DG standby mode requested * @return TRUE if request accepted, FALSE if not. *************************************************************************/ BOOL requestDGStop( void ) @@ -224,9 +217,8 @@ * @brief * The getCurrentRecirculateState function returns the current state of the * re-circulate mode. - * @details - * Inputs : recircState - * Outputs : none + * @details Inputs: recircState + * @details Outputs: none * @return the current state of re-circulate mode *************************************************************************/ DG_RECIRCULATE_MODE_STATE_T getCurrentRecirculateState( void )