aboutsummaryrefslogtreecommitdiff
path: root/quantum/mcu_selection.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/mcu_selection.mk')
-rw-r--r--quantum/mcu_selection.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index 9518a6463..6b11eb498 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),)
16 # Linker script to use 16 # Linker script to use
17 # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ 17 # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
18 # or <keyboard_dir>/ld/ 18 # or <keyboard_dir>/ld/
19 # - NOTE: a custom ld script is needed for EEPROM on Teensy LC
20 MCU_LDSCRIPT ?= MKL26Z64 19 MCU_LDSCRIPT ?= MKL26Z64
21 20
22 # Startup code to use 21 # Startup code to use