Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -r26ee1d67dca19aac1850077cbd41c05498cf059d -rf7c714a1a09b10d85a8b013712532d37b4d7b97a --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 26ee1d67dca19aac1850077cbd41c05498cf059d) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) @@ -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)