We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d338d commit e23fc81Copy full SHA for e23fc81
device/esp_tinyusb/tinyusb_task.c
@@ -15,6 +15,7 @@
15
#include "tinyusb_vbus_monitor.h"
16
#include "sdkconfig.h"
17
#include "descriptors_control.h"
18
+#include "soc/usb_dwc_struct.h"
19
20
#if TUSB_VERSION_NUMBER < 1900 // < 0.19.0
21
#define tusb_deinit(x) tusb_teardown(x) // For compatibility with tinyusb component versions from 0.17.0~2 to 0.18.0~5
device/esp_tinyusb/tinyusb_vbus_monitor.c
@@ -10,7 +10,6 @@
10
#include "freertos/FreeRTOS.h"
11
#include "freertos/timers.h"
12
#include "driver/gpio.h"
13
-// #include "driver/gpio_filter.h"
14
#include "tinyusb.h"
0 commit comments