First example builds again

This commit is contained in:
Emil Fresk 2023-01-04 21:33:41 +01:00 committed by Henrik Tjäder
parent 858320cbfc
commit 3b97531a5c
5 changed files with 20 additions and 32 deletions

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv7em-none-eabihf" ]