Fixing stm32f1 makefile

ugfx_release_2.6
Joel Bodenmann 2015-06-06 23:44:39 +02:00
parent 6e2e59a92d
commit 08585ef751
1 changed files with 2 additions and 2 deletions

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