fixed project name

master
kirbylife 2020-08-16 18:03:53 -05:00
parent 3ed1d9b75c
commit 6f978c4cb9
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
# 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/rusted_mario_avr.elf output.hex
avrdude -p atmega328p -c arduino -P /dev/ttyACM0 -U flash:w:blink.hex:i
avrdude -p atmega328p -c arduino -P /dev/ttyACM0 -U flash:w:output.hex:i