Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -31,12 +31,12 @@ // ********** private function prototypes ********** -void initInitAndPOSTMode( void ); // initialize this module -void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode -U32 execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) -BOOL isPOSTCompleted( void ); // determine whether POST has completed yet -BOOL isPOSTPassed( void ); // determine whether POST has passed -void signalAlarmActionToInitAndPOSTMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for fault mode +void initInitAndPOSTMode( void ); // Initialize this module +void transitionToInitAndPOSTMode( void ); // Prepares for transition to init. & POST mode +U32 execInitAndPOSTMode( void ); // Execute the init. & POST mode state machine (call from OperationModes) +BOOL isPOSTCompleted( void ); // Determine whether POST has completed yet +BOOL isPOSTPassed( void ); // Determine whether POST has passed +void signalAlarmActionToInitAndPOSTMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for fault mode /**@}*/