Index: firmware/App/Modes/ModeDrain.c =================================================================== diff -u -r92ec01cb48d91fe7315baa987e1aa051dd12df75 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeDrain.c (.../ModeDrain.c) (revision 92ec01cb48d91fe7315baa987e1aa051dd12df75) +++ firmware/App/Modes/ModeDrain.c (.../ModeDrain.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -57,8 +57,7 @@ /*********************************************************************//** * @brief - * The transitionToDrainMode function prepares for transition to drain \n - * mode. + * The transitionToDrainMode function prepares for transition to drain mode. * @details * Inputs : none * Outputs : Drain mode initialized @@ -79,7 +78,7 @@ * The execDrainMode function executes the drain mode state machine. * @details * Inputs : drainState - * Outputs : Check water quality, drainState + * Outputs : Check water quality, drain mode state machine executed * @return current state. *************************************************************************/ U32 execDrainMode( void ) @@ -112,8 +111,7 @@ /*********************************************************************//** * @brief - * The handleDrainState function handles the drain state of the drain mode \n - * state machine. + * The handleDrainState function handles the drain state of the drain mode state machine. * @details * Inputs : none * Outputs : Drain out from reservoir @@ -142,8 +140,7 @@ /*********************************************************************//** * @brief - * The getCurrentDrainState function returns the current state of the \n - * drain mode. + * The getCurrentDrainState function returns the current state of the drain mode. * @details * Inputs : drainState * Outputs : none