diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-23 04:02:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-23 04:02:16 +0000 |
commit | 19fd0108d3910b4856b1587acf11c8e4052cb7cc (patch) | |
tree | 4bd249538732512de966d768016169f383f21acc /quantum | |
parent | 529dad88ddac0e64fce06bd6744884606f9d07cd (diff) | |
parent | 806aa9bc67c77c3899e60c1daef560680865568c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mcu_selection.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 9518a6463f..6b11eb4987 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),) # Linker script to use # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ # or <keyboard_dir>/ld/ - # - NOTE: a custom ld script is needed for EEPROM on Teensy LC MCU_LDSCRIPT ?= MKL26Z64 # Startup code to use |