Skip to content

Commit 79f937b

Browse files
authored
Update dcd_esp32sx.c
1 parent b8bce25 commit 79f937b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/arduino_tinyusb/src/dcd_esp32sx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#if (((CFG_TUSB_MCU == OPT_MCU_ESP32S2) || (CFG_TUSB_MCU == OPT_MCU_ESP32S3)) && CFG_TUD_ENABLED)
3232

3333
// Espressif
34-
#include "freertos/xtensa_api.h"
34+
#include "xtensa_api.h"
3535
#include "esp_intr_alloc.h"
3636
#include "esp_log.h"
3737
#include "soc/dport_reg.h"

0 commit comments

Comments
 (0)