mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Merge pull request #2663 from hathach/tweak-espidf-include
fix xtensa_api.h include
This commit is contained in:
commit
d10b65ada4
@ -31,7 +31,8 @@
|
||||
#if (((CFG_TUSB_MCU == OPT_MCU_ESP32S2) || (CFG_TUSB_MCU == OPT_MCU_ESP32S3)) && CFG_TUD_ENABLED)
|
||||
|
||||
// Espressif
|
||||
#include "xtensa_api.h"
|
||||
#include "xtensa/xtensa_api.h"
|
||||
|
||||
#include "esp_intr_alloc.h"
|
||||
#include "esp_log.h"
|
||||
#include "soc/dport_reg.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user