chore(faderboard): add .toml extension to cargo config

This commit is contained in:
Luca 2024-07-21 20:51:45 +02:00
parent 234c89206e
commit 8c3625c8da
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ target = "thumbv6m-none-eabi"
runner = "./flash.sh"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "opt-level=s",
]