diff options
| author | hathach <[email protected]> | 2023-06-16 11:26:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-16 11:26:38 +0700 |
| commit | 8af8869d3bcb1504835ead4ba472cd922d997e8d (patch) | |
| tree | d90944b55feeed4c05709dbe300d405541cb38fb /src/common | |
| parent | 96f7cd09dc2c8cd62afc5bb4b325ade45332e0ba (diff) | |
renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX
fix build util with makefile
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 485d6168d..56525725e 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -90,7 +90,7 @@ #define TUP_DCD_ENDPOINT_MAX 8 #define TUP_RHPORT_HIGHSPEED 1 -#elif TU_CHECK_MCU(OPT_MCU_MIMXRT) +#elif TU_CHECK_MCU(OPT_MCU_MIMXRT1XXX) #define TUP_USBIP_CHIPIDEA_HS #define TUP_USBIP_EHCI |
