Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -r090cfb22a7c0b4738299c3fb411ca77aaba8d968 -rf7c714a1a09b10d85a8b013712532d37b4d7b97a --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 090cfb22a7c0b4738299c3fb411ca77aaba8d968) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) @@ -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,7 +33,7 @@ // ********** public function prototypes ********** -void initInitAndPOSTMode( void ); // initialize this module +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)