Add dwc3 codes

This commit is contained in:
xj 2024-09-09 23:19:01 -07:00
parent f6ae7d7b13
commit 2d3b8d0b95
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
#include "dwc3.h"
#include "usb_config.h"

View File

@ -862,4 +862,5 @@ struct dwc3_gadget_ep_cmd_params {
#define DWC3_HAS_OTG BIT(3)
#endif