Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r3e5c98eae83ce4efe2b36031d4e920bbf71fd098 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 3e5c98eae83ce4efe2b36031d4e920bbf71fd098) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -45,9 +45,8 @@ /*********************************************************************//** * @brief * The initInitAndPOSTMode function initializes the Initialization and POST mode module. - * @details - * Inputs : none - * Outputs : Initialization and POST mode module initialized + * @details Inputs: none + * @details Outputs: Initialization and POST mode module initialized * @return none *************************************************************************/ void initInitAndPOSTMode( void ) @@ -62,9 +61,8 @@ * @brief * The transitionToInitAndPOSTMode function prepares for transition to * initialization and POST mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ void transitionToInitAndPOSTMode( void ) @@ -76,9 +74,8 @@ * @brief * The execInitAndPOSTMode function executes the initialization and POST * mode state machine. - * @details - * Inputs : postState - * Outputs : Initialization and POST mode state machine executed + * @details Inputs: postState + * @details Outputs: Initialization and POST mode state machine executed * @return current state. *************************************************************************/ U32 execInitAndPOSTMode( void ) @@ -171,9 +168,8 @@ * @brief * The isPOSTCompleted function determines whether all DG POST have been run * and completed. If true, call the isPOSTPassed() to see final result (pass/fail). - * @details - * Inputs : postCompleted - * Outputs : none + * @details Inputs: postCompleted + * @details Outputs: none * @return true if all HD POST tests have completed, false if not *************************************************************************/ BOOL isPOSTCompleted( void ) @@ -185,9 +181,8 @@ * @brief * The isPOSTPassed function determines whether all HD POST have passed. * Call this function after POST is complete (call isPOSTCompleted function). - * @details - * Inputs : postPassed - * Outputs : none + * @details Inputs: postPassed + * @details Outputs: none * @return true if all HD POST tests have passed, false if not *************************************************************************/ BOOL isPOSTPassed( void ) @@ -198,9 +193,8 @@ /*********************************************************************//** * @brief * The handlePOSTStatus function handles a status result returned by a POST function. - * @details - * Inputs : postPassed - * Outputs : none + * @details Inputs: postPassed + * @details Outputs: none * @param testStatus status reported by last test * @return recommended next POST state *************************************************************************/ @@ -224,9 +218,8 @@ * @brief * The getCurrentInitAndPOSTState function returns the current state of the * initialization and POST mode. - * @details - * Inputs : postState - * Outputs : none + * @details Inputs: postState + * @details Outputs: none * @return the current state of initialization and POST mode *************************************************************************/ DG_POST_STATE_T getCurrentInitAndPOSTState( void )