Fixing stm32f1 makefile
This commit is contained in:
parent
6e2e59a92d
commit
08585ef751
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue