Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r92ec01cb48d91fe7315baa987e1aa051dd12df75 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 92ec01cb48d91fe7315baa987e1aa051dd12df75) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -68,8 +68,7 @@ /*********************************************************************//** * @brief - * The transitionToRecirculateMode function prepares for transition to \n - * re-circulate mode. + * The transitionToRecirculateMode function prepares for transition to re-circulate mode. * @details * Inputs : none * Outputs : Re-initialized re-circulate mode @@ -105,7 +104,7 @@ * The execRecirculateMode function executes the re-circulate mode state machine. * @details * Inputs : recircState - * Outputs : Check water quality, recircState + * Outputs : Check water quality, re-circulate mode state machine executed * @return current state *************************************************************************/ U32 execRecirculateMode( void ) @@ -146,8 +145,8 @@ /*********************************************************************//** * @brief - * The handleFlushLinesState function executes the flush lines \n - * state of the re-circulate mode state machine. + * 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 @@ -174,8 +173,8 @@ /*********************************************************************//** * @brief - * The handleRecircWaterState function executes the re-circulate \n - * water state of the re-circulate mode state machine. + * The handleRecircWaterState function executes the re-circulate water state + * of the re-circulate mode state machine. * @details * Inputs : none * Outputs : none @@ -190,7 +189,7 @@ /*********************************************************************//** * @brief - * The handleRecircPauseState function executes the pause state of the \n + * The handleRecircPauseState function executes the pause state of the * re-circulate mode state machine. * @details * Inputs : none @@ -206,7 +205,7 @@ /*********************************************************************//** * @brief - * The requestDGStop function handles an HD request to stop (return to Standby mode). + * The requestDGStop function handles an HD request to stop (return to standby mode). * @details * Inputs : none * Outputs : DG standby mode requested @@ -223,12 +222,12 @@ /*********************************************************************//** * @brief - * The getCurrentRecirculateState function returns the current state of the \n + * The getCurrentRecirculateState function returns the current state of the * re-circulate mode. * @details * Inputs : recircState * Outputs : none - * @return the current state of re-circulate mode. + * @return the current state of re-circulate mode *************************************************************************/ DG_RECIRCULATE_MODE_STATE_T getCurrentRecirculateState( void ) {