We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc319a commit 0d79da3Copy full SHA for 0d79da3
src/portable/synopsys/dwc2/dwc2_esp32.h
@@ -35,6 +35,7 @@
35
#include "esp_intr_alloc.h"
36
#include "soc/periph_defs.h"
37
//#include "soc/usb_periph.h"
38
+#include "freertos/task.h"
39
40
#define DWC2_REG_BASE 0x60080000UL
41
#define DWC2_EP_MAX 6 // USB_OUT_EP_NUM. TODO ESP32Sx only has 5 tx fifo (5 endpoint IN)
0 commit comments