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:
Mario Hüttel 2020-04-17 22:38:59 +02:00
parent f7998f4c57
commit 8281bcaca3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
*/ */
.syntax unified .syntax unified
.cpu cortex-m3 .cpu cortex-m4
.fpu softvfp .fpu softvfp
.thumb .thumb