diff options
| author | hathach <[email protected]> | 2022-07-11 14:01:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-07-11 14:01:18 +0700 |
| commit | 19768936ae6379b4c86947f70ab5cf2c0f8ed8f4 (patch) | |
| tree | 57f9b28f5b700cef9ef32dd4575e404debc9f81c /src/portable | |
| parent | ec6f56768a03fcc43158b0d429e8b826825d02f7 (diff) | |
bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/chipidea/ci_hs/ci_hs_imxrt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/portable/chipidea/ci_hs/ci_hs_imxrt.h b/src/portable/chipidea/ci_hs/ci_hs_imxrt.h index 53bc8bd00..2de0d9cb4 100644 --- a/src/portable/chipidea/ci_hs/ci_hs_imxrt.h +++ b/src/portable/chipidea/ci_hs/ci_hs_imxrt.h @@ -31,6 +31,9 @@ #if !defined(USB1_BASE) && defined(USB_OTG1_BASE) #define USB1_BASE USB_OTG1_BASE +#endif + +#if !defined(USB2_BASE) && defined(USB_OTG2_BASE) #define USB2_BASE USB_OTG2_BASE #endif |
