From 08585ef75113d19f22160094f8b16a160d1d2b9d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 6 Jun 2015 23:44:39 +0200 Subject: [PATCH] Fixing stm32f1 makefile --- tools/gmake_scripts/cpu_stm32m1.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gmake_scripts/cpu_stm32m1.mk b/tools/gmake_scripts/cpu_stm32m1.mk index 9c8246e6..87030aee 100644 --- a/tools/gmake_scripts/cpu_stm32m1.mk +++ b/tools/gmake_scripts/cpu_stm32m1.mk @@ -14,7 +14,7 @@ # NONE # -SRCFLAGS += -mcpu=cortex-m1 -falign-functions=16 -LDFLAGS += -mcpu=cortex-m1 +SRCFLAGS += -mcpu=cortex-m3 -falign-functions=16 +LDFLAGS += -mcpu=cortex-m3 DEFS += CORTEX_USE_FPU=FALSE