From 1d6c6609e0f41f760a9eecaab1e19c76f99f9c52 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Sun, 27 Dec 2015 19:32:27 +0100 Subject: [PATCH] Chibios: Tsy LC is cortex-m0plus. --- keyboard/teensy_lc_onekey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboard/teensy_lc_onekey/Makefile b/keyboard/teensy_lc_onekey/Makefile index dc489cb7..e4424dda 100644 --- a/keyboard/teensy_lc_onekey/Makefile +++ b/keyboard/teensy_lc_onekey/Makefile @@ -54,8 +54,8 @@ MCU_STARTUP = kl2x BOARD = PJRC_TEENSY_LC # Cortex version -# Teensy LC is cortex-m0; Teensy 3.x are cortex-m4 -MCU = cortex-m0 +# Teensy LC is cortex-m0plus; Teensy 3.x are cortex-m4 +MCU = cortex-m0plus # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7 # I.e. 6 for Teensy LC; 7 for Teensy 3.x -- 2.39.3