Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r1d07de4e970f54f2ae1786ef546cf5567df9ba8e -rf3a862d594f4cef30b08a5bf337189a42c8776d6 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1d07de4e970f54f2ae1786ef546cf5567df9ba8e) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision f3a862d594f4cef30b08a5bf337189a42c8776d6) @@ -448,6 +448,18 @@ /*********************************************************************//** * @brief + * The isDGPOSTPassed function determines whether all DG POST have passed. + * @details Inputs: dgPOSTPassed + * @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