clock_generator/firmware/rust/.cargo/config.toml

7 lines
139 B
TOML
Raw Normal View History

2022-03-01 21:34:36 +01:00
[build]
target = "avr-specs/avr-atmega328p.json"
[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mangled-names"]