Fix CPU specifier in startup assembly file (This had no bad effect, because it was overrriden by the compiler falgs which are correct)
This commit is contained in:
parent
f7998f4c57
commit
8281bcaca3
@ -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