diff options
| author | hathach <[email protected]> | 2026-03-13 12:39:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-13 12:39:24 +0700 |
| commit | 911956f4534701f7fd06af8758f8e0ada0d3456b (patch) | |
| tree | 16d9bfe8b77cbaab99fa3065b12b2a08c6cffe24 /src/tusb_option.h | |
| parent | aa1535a226ef5de12f01e4334e0e6c08ecb3b869 (diff) | |
remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressif
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index f5879e1df..3814a4d71 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -134,8 +134,6 @@ #define OPT_MCU_ESP32C5 908 ///< Espressif ESP32-C5 #define OPT_MCU_ESP32C61 909 ///< Espressif ESP32-C61 #define OPT_MCU_ESP32H4 910 ///< Espressif ESP32-H4 -#define TUSB_MCU_VENDOR_ESPRESSIF (CFG_TUSB_MCU >= 900 && CFG_TUSB_MCU < 1000) // check if Espressif MCU -#define TUP_MCU_ESPRESSIF TUSB_MCU_VENDOR_ESPRESSIF // for backward compatibility // Dialog #define OPT_MCU_DA1469X 1000 ///< Dialog Semiconductor DA1469x |
