We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2330e99 + e942ba1 commit b19eba6Copy full SHA for b19eba6
cores/esp32/esp32-hal-tinyusb.c
@@ -20,7 +20,6 @@
20
21
#include "hal/usb_hal.h"
22
#include "hal/gpio_ll.h"
23
-#include "hal/usb_serial_jtag_ll.h"
24
25
#include "freertos/FreeRTOS.h"
26
#include "freertos/task.h"
@@ -40,6 +39,7 @@
40
39
#include "esp32s2/rom/usb/usb_dc.h"
41
#include "esp32s2/rom/usb/chip_usb_dw_wrapper.h"
42
#elif CONFIG_IDF_TARGET_ESP32S3
+#include "hal/usb_serial_jtag_ll.h"
43
#include "esp32s3/rom/usb/usb_persist.h"
44
#include "esp32s3/rom/usb/usb_dc.h"
45
#include "esp32s3/rom/usb/chip_usb_dw_wrapper.h"
0 commit comments