Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -r1c04924590760ca29e1c9fe19bca65ec5ce428fe --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 1c04924590760ca29e1c9fe19bca65ec5ce428fe) @@ -872,6 +872,19 @@ /*********************************************************************//** * @brief + * The cmdSetDGToServiceMode function sends a request to DG to transition + * to service mode. + * @details Inputs: none + * @details Outputs: none + * @return none + *************************************************************************/ +void cmdSetDGToServiceMode( void ) +{ + sendDGServiceModeRequest(); +} + +/*********************************************************************//** + * @brief * The handleDGCommandResponse function processes the latest DG command response. * @details Inputs: none * @details Outputs: process command response from DG