Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -rf7c714a1a09b10d85a8b013712532d37b4d7b97a -r48ca7fd644c67920acc29a80b7af379d0a134d1a --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) @@ -34,7 +34,7 @@ // ********** public function prototypes ********** void initInitAndPOSTMode( void ); // initialize this unit -U32 transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode +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.