Merge pull request #2663 from hathach/tweak-espidf-include

fix xtensa_api.h include
This commit is contained in:
Ha Thach 2024-05-29 15:20:55 +07:00 committed by GitHub
commit d10b65ada4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"