Fixing stm32f1 makefile
This commit is contained in:
parent
6e2e59a92d
commit
08585ef751
@ -14,7 +14,7 @@
|
|||||||
# NONE
|
# NONE
|
||||||
#
|
#
|
||||||
|
|
||||||
SRCFLAGS += -mcpu=cortex-m1 -falign-functions=16
|
SRCFLAGS += -mcpu=cortex-m3 -falign-functions=16
|
||||||
LDFLAGS += -mcpu=cortex-m1
|
LDFLAGS += -mcpu=cortex-m3
|
||||||
DEFS += CORTEX_USE_FPU=FALSE
|
DEFS += CORTEX_USE_FPU=FALSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user