Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -r9b262ba08e3180f121c3cf19d8d25e565183f87d -r2df21d2472a8d79d78af7e359518acf3614accc5 --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 9b262ba08e3180f121c3cf19d8d25e565183f87d) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 2df21d2472a8d79d78af7e359518acf3614accc5) @@ -18,13 +18,24 @@ #define __MODE_INIT_POST_H__ #include "HDCommon.h" +#include "HDDefs.h" +/** + * @defgroup HDInitAndPOSTMode HDInitAndPOSTMode + * @brief Init&POST mode module. + * + * @addtogroup HDInitAndPOSTMode + * @{ + */ + // ********** private function prototypes ********** void initInitAndPOSTMode( void ); // initialize this module void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode -void execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) +U32 execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) BOOL isPOSTCompleted( void ); BOOL isPOSTPassed( void ); +/**@}*/ + #endif