fix spurious linking issue
This commit is contained in:
parent
5fa38b2079
commit
b42e73480a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ target = "avr-specs/avr-atmega328p.json"
|
|||
|
||||
[target.'cfg(target_arch = "avr")']
|
||||
runner = "ravedude uno -cb 57600"
|
||||
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
|
||||
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition"]
|
||||
|
||||
[unstable]
|
||||
build-std = ["core"]
|
||||
|
|
Loading…
Reference in a new issue