Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r1d07de4e970f54f2ae1786ef546cf5567df9ba8e -reb5370021e7e60c18732382a512886da0f9b276d --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1d07de4e970f54f2ae1786ef546cf5567df9ba8e) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision eb5370021e7e60c18732382a512886da0f9b276d) @@ -448,6 +448,18 @@ /*********************************************************************//** * @brief + * The isDGPOSTPassed function determines whether all DG POST have passed. + * @details Inputs: postPassed + * @details Outputs: none + * @return true if all DG POST tests have passed, false if not + *************************************************************************/ +BOOL isDGPOSTPassed( void ) +{ + return dgPOSTPassed; +} + +/*********************************************************************//** + * @brief * The handlePOSTStatus function handles a status result returned by a * POST function. * @details Inputs: testStatus