Fixed minor startup script error
This commit is contained in:
parent
fc41defe36
commit
376c346579
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ LIBRARYPATH = -L. -Lmathlib
|
|||||||
LIBRARIES = -larm_cortexM4lf_math
|
LIBRARIES = -larm_cortexM4lf_math
|
||||||
|
|
||||||
DEFINES = -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4
|
DEFINES = -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4
|
||||||
mapfile = qttemplate
|
mapfile = dafuqishappening
|
||||||
|
|
||||||
##Custom Files###
|
##Custom Files###
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.cpu cortex-m3
|
.cpu cortex-m4
|
||||||
.fpu softvfp
|
.fpu softvfp
|
||||||
.thumb
|
.thumb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user