diff options
| author | robert-hh <[email protected]> | 2022-07-01 08:42:46 +0200 |
|---|---|---|
| committer | robert-hh <[email protected]> | 2022-07-01 09:04:36 +0200 |
| commit | ec6f56768a03fcc43158b0d429e8b826825d02f7 (patch) | |
| tree | 5f03b7b704e6007d5ea6ae64799595efa5a90685 /src/tusb_option.h | |
| parent | 60c1750a9bd79e46385680b35e12f116808894f7 (diff) | |
mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.
Which fits both MIMXRT10XX and MIMXRT11XX.
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 0749a5e52..a030197f6 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -98,8 +98,8 @@ typedef int make_iso_compilers_happy; #define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config // NXP iMX RT -#define OPT_MCU_MIMXRT10XX 700 ///< NXP iMX RT10xx -#define OPT_MCU_MIMXRT11XX 701 ///< NXP iMX RT11xx +#define OPT_MCU_MIMXRT 700 ///< NXP iMX RT Series +#define OPT_MCU_MIMXRT10XX OPT_MCU_MIMXRT // Nuvoton #define OPT_MCU_NUC121 800 |
