Skip to content

Commit

Permalink
testsuite/stm32f3: fix target to fix MSRV build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Mar 2, 2024
1 parent c98c6b5 commit 00aaaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/stm32f3/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rustflags = [
]

[build]
target = "thumbv7m-none-eabi"
target = "thumbv7em-none-eabihf"

0 comments on commit 00aaaa6

Please sign in to comment.