Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -ra504d6899e709d7432af9c055db1bd1fe340d032 -r3cc737c39b4440e18abab95ef2f8b6aef13acba9 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision a504d6899e709d7432af9c055db1bd1fe340d032) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 3cc737c39b4440e18abab95ef2f8b6aef13acba9) @@ -27,10 +27,9 @@ * @{ */ - // ********** private data ********** -static DG_POST_STATE_T postState = DG_POST_STATE_START; ///< Currently active initialize & POST state. +static DG_POST_STATE_T postState = DG_POST_STATE_START; ///< Currently active initialize & POST state. static BOOL postCompleted = FALSE; ///< Flag indicating POST completed. static BOOL postPassed = FALSE; ///< Flag indicating all POST tests passed. static BOOL tempPOSTPassed = TRUE; ///< Temporary flag indicating all POST tests completed so far have passed. @@ -66,15 +65,15 @@ *************************************************************************/ void transitionToInitAndPOSTMode( void ) { - // TODO Will be filled up by Sean Nash + // TODO - anything needed here? } /*********************************************************************//** * @brief * The execInitAndPOSTMode function executes the Initialize & POST Mode state machine. * @details - * Inputs : none - * Outputs : + * Inputs : postState + * Outputs : POST state machine executed * @return current state. *************************************************************************/ U32 execInitAndPOSTMode( void )