summaryrefslogtreecommitdiff
path: root/examples/device/board_test
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 15:32:12 +0700
committerhathach <[email protected]>2025-07-02 15:32:12 +0700
commit0388700ad7c0fc8565457a56d7e7bd5744ac0d1d (patch)
tree55ac857d737e755cbb5c14d3ab1d5010ddc0ccc2 /examples/device/board_test
parent4579b4f8255a5ed06e276978474fab7c7567445a (diff)
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
Diffstat (limited to 'examples/device/board_test')
-rw-r--r--examples/device/board_test/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/src/tusb_config.h b/examples/device/board_test/src/tusb_config.h
index 8ac3bc8de..81829d450 100644
--- a/examples/device/board_test/src/tusb_config.h
+++ b/examples/device/board_test/src/tusb_config.h
@@ -44,7 +44,7 @@
#endif
// Espressif IDF requires "freertos/" prefix in include path
-#if TUSB_MCU_VENDOR_ESPRESSIF
+#ifdef ESP_PLATFORM
#define CFG_TUSB_OS_INC_PATH freertos/
#endif