Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -r090cfb22a7c0b4738299c3fb411ca77aaba8d968 -r48ca7fd644c67920acc29a80b7af379d0a134d1a --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 090cfb22a7c0b4738299c3fb411ca77aaba8d968) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) @@ -8,7 +8,7 @@ * @file ModeInitPOST.h * * @author (last) Vinayakam Mani -* @date (last) 05-Aug-2024 +* @date (last) 06-Aug-2024 * * @author (original) Vinayakam Mani * @date (original) 05-Aug-2024 @@ -23,7 +23,7 @@ /** * @defgroup DDInitAndPOSTMode DDInitAndPOSTMode - * @brief Initialization and POST mode module. Manages initialization and POST mode functions via a state machine. + * @brief Initialization and POST mode unit. Manages initialization and POST mode functions via a state machine. * * @addtogroup DDInitAndPOSTMode * @{ @@ -33,8 +33,8 @@ // ********** public function prototypes ********** -void initInitAndPOSTMode( void ); // initialize this module -U32 transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode +void initInitAndPOSTMode( void ); // initialize this unit +U32 transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode U32 execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) DD_POST_STATE_T getCurrentInitAndPOSTState( void ); // get the current state of the init. & POST mode.