Index: firmware/App/Modes/ModeSolo.c =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Modes/ModeSolo.c (.../ModeSolo.c) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeSolo.c (.../ModeSolo.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -38,9 +38,8 @@ /*********************************************************************//** * @brief * The initSoloMode function initializes the solo standby mode module. - * @details - * Inputs : none - * Outputs : Solo standby mode module initialized + * @details Inputs: none + * @details Outputs: Solo standby mode module initialized * @return none *************************************************************************/ void initSoloMode( void ) @@ -51,9 +50,8 @@ /*********************************************************************//** * @brief * The transitionToSoloMode function prepares for transition to solo standby mode. - * @details - * Inputs : none - * Outputs : Re-initialized solo standby mode + * @details Inputs: none + * @details Outputs: Re-initialized solo standby mode * @return none *************************************************************************/ void transitionToSoloMode( void ) @@ -64,9 +62,8 @@ /*********************************************************************//** * @brief * The execSoloMode function executes the solo standby mode state machine. - * @details - * Inputs : none - * Outputs : Solo standby mode state machine executed + * @details Inputs: none + * @details Outputs: Solo standby mode state machine executed * @return current state. *************************************************************************/ U32 execSoloMode( void ) @@ -94,9 +91,8 @@ /*********************************************************************//** * @brief * The handleIdleDGSoloStandbyState function handles the idle state of solo standby mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return the next state of solo standby mode. *************************************************************************/ static DG_SOLO_STANDBY_STATE_T handleIdleDGSoloStandbyState( void ) @@ -115,9 +111,8 @@ /*********************************************************************//** * @brief * The getCurrentSoloState function returns the current state of solo standby mode. - * @details - * Inputs : soloState - * Outputs : none + * @details Inputs: soloState + * @details Outputs: none * @return the current state of solo standby mode. *************************************************************************/ DG_SOLO_STANDBY_STATE_T getCurrentSoloState( void )