horn_driver/.cargo/config.toml

6 lines
83 B
TOML
Raw Normal View History

[build]
target = "thumbv7m-none-eabi"
rustflags = [
"-C", "link-arg=-Tlink.x",
]