From e965931d9ac6457598998c4974cba9ecee5e75f9 Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Sat, 4 Nov 2017 07:30:25 +0100 Subject: [PATCH] Makefile-ARM: LPC1114 as standard Much more users have a GEN7 ARM. So make it them more easy. --- Makefile-ARM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile-ARM b/Makefile-ARM index 19bbc0c..6c472b2 100644 --- a/Makefile-ARM +++ b/Makefile-ARM @@ -40,8 +40,8 @@ # # ############################################################################## -# MCU ?= lpc1114 -MCU ?= stm32f411 +MCU ?= lpc1114 +# MCU ?= stm32f411 # some size parameters. Not important for flashing and compiling. ifeq ($(MCU), lpc1114)