Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -r090cfb22a7c0b4738299c3fb411ca77aaba8d968 --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 090cfb22a7c0b4738299c3fb411ca77aaba8d968) @@ -37,7 +37,7 @@ U32 transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode U32 execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) -DG_POST_STATE_T getCurrentInitAndPOSTState( void ); // get the current state of the init. & POST mode. +DD_POST_STATE_T getCurrentInitAndPOSTState( void ); // get the current state of the init. & POST mode. BOOL isPOSTCompleted( void ); BOOL isPOSTPassed( void );