chore(faderboard): add .toml extension to cargo config
This commit is contained in:
parent
234c89206e
commit
8c3625c8da
|
@ -5,4 +5,5 @@ target = "thumbv6m-none-eabi"
|
||||||
runner = "./flash.sh"
|
runner = "./flash.sh"
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "link-arg=-Tlink.x",
|
"-C", "link-arg=-Tlink.x",
|
||||||
|
"-C", "opt-level=s",
|
||||||
]
|
]
|
Loading…
Reference in New Issue