bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX

This commit is contained in:
hathach
2022-07-11 14:01:18 +07:00
parent ec6f56768a
commit 19768936ae
6 changed files with 10 additions and 3 deletions

View File

@@ -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