Fix target type to use ARM FPU.
This commit is contained in:
parent
f06a0a467d
commit
d26c3fb608
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
target = "thumbv7m-none-eabi"
|
||||
target = "thumbv7em-none-eabihf"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue