Index: firmware/App/Modes/ModeService.c =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeService.c (.../ModeService.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Modes/ModeService.c (.../ModeService.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -33,10 +33,10 @@ /*********************************************************************//** * @brief - * The initServiceMode function initializes the Service Mode module. + * The initServiceMode function initializes the service mode module. * @details * Inputs : none - * Outputs : Service Mode module initialized. + * Outputs : Service mode module initialized * @return none *************************************************************************/ void initServiceMode( void ) @@ -49,7 +49,7 @@ * The transitionToServiceMode function prepares for transition to service mode. * @details * Inputs : none - * Outputs : + * Outputs : none * @return none *************************************************************************/ void transitionToServiceMode( void ) @@ -58,10 +58,10 @@ /*********************************************************************//** * @brief - * The execServiceMode function executes the Service Mode state machine. + * The execServiceMode function executes the service mode state machine. * @details * Inputs : none - * Outputs : + * Outputs : Service mode state machine executed * @return current state. *************************************************************************/ U32 execServiceMode( void ) @@ -83,12 +83,11 @@ /*********************************************************************//** * @brief - * The getCurrentServiceState function returns the current state of the \n - * service mode. + * The getCurrentServiceState function returns the current state of the service mode. * @details * Inputs : serviceState * Outputs : none - * @return the current state of service mode. + * @return the current state of service mode *************************************************************************/ DG_SERVICE_STATE_T getCurrentServiceState( void ) {