*/USBD_StatusTypeDefUSBD_LL_Start(USBD_HandleTypeDef *pdev){HAL_PCD_Start(pdev->pData);//ui_led_ctl( &ui_led_usb, UI_LED_MODE_ON );returnUSBD_OK; } 开发者ID:itahoe,项目名称:gnss_dock,代码行数:12,代码来源:usbd_conf.c /** * @brief Starts the Low Level portion of the Devic...