fixed project name

master
kirbylife 2020-08-16 15:44:54 -05:00
parent d102145db3
commit 3ed1d9b75c
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
# rustup run avr-toolchain xargo build --target avr-atmega328p --release
cargo build -Z build-std=core --target avr-atmega328p.json --release
avr-objcopy -O ihex -R .eeprom target/avr-atmega328p/release/blink.elf blink.hex
avr-objcopy -O ihex -R .eeprom target/avr-atmega328p/release/rusted_mario_avr.elf output.hex
avrdude -p atmega328p -c arduino -P /dev/ttyACM0 -U flash:w:blink.hex:i