Skip to content

Commit

Permalink
examples: mega2560: Use ravedude as the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Mar 21, 2021
1 parent dca7cea commit faf02eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/arduino-mega2560/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
target = "../../avr-specs/avr-atmega2560.json"

[target.'cfg(target_arch = "avr")']
runner = "../../boards/arduino-mega2560/mega2560-runner.sh"
runner = "ravedude -cb 57600 mega2560"

[unstable]
build-std = ["core"]
build-std = ["core"]

0 comments on commit faf02eb

Please sign in to comment.