Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -50,9 +50,8 @@ /*********************************************************************//** * @brief * The initInitAndPOSTMode function initializes the Initialize & POST Mode module. - * @details - * Inputs : none - * Outputs : Initialize & POST Mode module initialized. + * @details Inputs: none + * @details Outputs: Initialize & POST Mode module initialized. * @return none *************************************************************************/ void initInitAndPOSTMode( void ) @@ -67,9 +66,8 @@ * @brief * The transitionToInitAndPOSTMode function prepares for transition to * initialize & POST mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ void transitionToInitAndPOSTMode( void ) @@ -79,9 +77,8 @@ /*********************************************************************//** * @brief * The execInitAndPOSTMode function executes the Initialize & POST Mode state machine. - * @details - * Inputs : postState - * Outputs : postState, postPassed, postCompleted + * @details Inputs: postState + * @details Outputs: postState, postPassed, postCompleted * @return current state (sub-mode) *************************************************************************/ U32 execInitAndPOSTMode( void ) @@ -193,9 +190,8 @@ * The isPOSTCompleted function determines whether all HD 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 ) @@ -207,9 +203,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 ) @@ -221,9 +216,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 *************************************************************************/