Added toolchain file to make sure the correct toolchain gets selected for the project

This commit is contained in:
2023-07-05 16:24:36 +02:00
parent f314387b8a
commit c1987e34c2

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
targets = ["thumbv6m-none-eabi"]