Added components required to create signed firmware file

This commit is contained in:
Dreaded_X 2024-03-27 04:39:31 +01:00
parent dc2ec7542b
commit 73c2710e77
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-03-01"
targets = ["thumbv6m-none-eabi"]
components = ["rustfmt", "clippy", "llvm-tools"]