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 @@
|
|||
[toolchain]
|
||||
channel = "1.96.0"
|
||||
profile = "default"
|
||||
targets = ["thumbv7m-none-eabi"]
|
||||
targets = ["thumbv7em-none-eabihf"]
|
||||
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue