Merge pull request #6440 from Jason2866/patch-1
Fix compile error of TinyUSB on ESP32-S3
This commit is contained in:
commit
b19eba670f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue