diff options
| author | Ha Thach <[email protected]> | 2022-07-11 15:53:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-11 15:53:24 +0700 |
| commit | 0bfb9d62de3a13b685437b503e2170550662bb96 (patch) | |
| tree | f4033fe91fe68653ab207c8f95b8ce9ad4eff3a1 /src/common | |
| parent | ecb899408bb95c5c0d50ebe2d887cd746104c534 (diff) | |
| parent | 6da1e93edd4547a5ec5a1681cd1cb31803564993 (diff) | |
Merge pull request #1543 from robert-hh/1170_0.13.0
mimxrt: Change the definitions for MIMXRT boards.
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 383a8d686..baa82fc14 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -75,7 +75,7 @@ // TODO USB0 has 5, USB1 has 6 #define TUP_DCD_ENDPOINT_MAX 6 -#elif TU_CHECK_MCU(OPT_MCU_MIMXRT10XX) +#elif TU_CHECK_MCU(OPT_MCU_MIMXRT) #define TUP_USBIP_CHIPIDEA_HS #define TUP_USBIP_EHCI |
