Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -33,10 +33,10 @@ /*********************************************************************//** * @brief - * The initFlushMode function initializes flush Mode module. + * The initFlushMode function initializes flush mode module. * @details * Inputs : none - * Outputs : none + * Outputs : Initialized flush mode module * @return none *************************************************************************/ void initFlushMode( void ) @@ -46,11 +46,10 @@ /*********************************************************************//** * @brief - * The transitionToFlushMode function prepares for transition to \n - * flush mode. + * The transitionToFlushMode function prepares for transition to flush mode. * @details * Inputs : none - * Outputs : + * Outputs : Prepares for transition to flush mode * @return none *************************************************************************/ void transitionToFlushMode( void ) @@ -60,11 +59,11 @@ /*********************************************************************//** * @brief - * The execFlushMode function executes the flush Mode state machine. + * The execFlushMode function executes the flush mode state machine. * @details * Inputs : none - * Outputs : - * @return current state. + * Outputs : Flush mode state machine executed + * @return current state *************************************************************************/ U32 execFlushMode( void ) { @@ -85,12 +84,11 @@ /*********************************************************************//** * @brief - * The getCurrentFlushState function returns the current state of the \n - * flush mode. + * The getCurrentFlushState function returns the current state of the flush mode. * @details * Inputs : flushState * Outputs : none - * @return the current state of flush mode. + * @return current state of flush mode. *************************************************************************/ DG_FLUSH_STATE_T getCurrentFlushState( void ) {