Fixing stm32f1 makefile

This commit is contained in:
Joel Bodenmann 2015-06-06 23:44:39 +02:00
parent 6e2e59a92d
commit 08585ef751

View File

@ -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