diff options
author | Ryan <fauxpark@gmail.com> | 2021-10-01 08:14:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 23:14:37 +0100 |
commit | 1a9e7b95abbae3ca81b40c561850a2a321864418 (patch) | |
tree | 46a4abac45a87fdad87421ca8bfd311b5859b260 /quantum | |
parent | 85b3f5a406f640d64555346a1b31e7145a6db4f0 (diff) |
Change `MK66F18` -> `MK66FX1M0` (#14659)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mcu_selection.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 48c53e4da6..92e3a7c923 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -81,7 +81,7 @@ ifneq ($(findstring MK20DX256, $(MCU)),) BOARD ?= PJRC_TEENSY_3_1 endif -ifneq ($(findstring MK66F18, $(MCU)),) +ifneq ($(findstring MK66FX1M0, $(MCU)),) # Cortex version MCU = cortex-m4 |