Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -rffaf9f13166d7a9beb4252fad804c488f870aaaa -r1281328075355359a89df86bb3f31a2e2e580b8b --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision ffaf9f13166d7a9beb4252fad804c488f870aaaa) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1281328075355359a89df86bb3f31a2e2e580b8b) @@ -383,6 +383,20 @@ /*********************************************************************//** * @brief + * The getDGPOSTPassed function gets the POST passed status of the DG sub-system. + * @details Inputs: dgPOSTPassed, dgPOSTResultReceived + * @details Outputs: none + * @return TRUE if DG POST result received and passed, FALSE if not + *************************************************************************/ +BOOL getDGPOSTPassed( void ) +{ + BOOL result = ( TRUE == dgPOSTResultReceived && TRUE == dgPOSTPassed ? TRUE : FALSE ); + + return result; +} + +/*********************************************************************//** + * @brief * The signalUIVersion function records the reported UI version information. * @details Inputs: none * @details Outputs: uiVersion