Merge pull request #6440 from Jason2866/patch-1

Fix compile error of TinyUSB on ESP32-S3
This commit is contained in:
Me No Dev 2022-03-18 11:29:59 +02:00 committed by GitHub
commit b19eba670f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@
#include "hal/usb_hal.h"
#include "hal/gpio_ll.h"
#include "hal/usb_serial_jtag_ll.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
@ -40,6 +39,7 @@
#include "esp32s2/rom/usb/usb_dc.h"
#include "esp32s2/rom/usb/chip_usb_dw_wrapper.h"
#elif CONFIG_IDF_TARGET_ESP32S3
#include "hal/usb_serial_jtag_ll.h"
#include "esp32s3/rom/usb/usb_persist.h"
#include "esp32s3/rom/usb/usb_dc.h"
#include "esp32s3/rom/usb/chip_usb_dw_wrapper.h"