Don't use -eabihf

This commit is contained in:
Dario Nieuwenhuis
2021-05-10 17:15:41 +02:00
parent 1703700970
commit 040fffd667
2 changed files with 3 additions and 3 deletions

View File

@ -25,4 +25,4 @@ rustflags = [
]
[build]
target = "thumbv7em-none-eabihf"
target = "thumbv7em-none-eabi"