Skip to content

Commit

Permalink
Update BUILD.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullo authored Jul 14, 2020
1 parent e148bb8 commit 6ea0ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AvrToolchain/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DFU_UPLOAD_SCRIPT_TEMPLATE = """
"""

AVRDUDE_UPLOAD_SCRIPT_TEMPLATE = """
avrdude -c wiring -p $$1 -P /dev/ttyACM0 -D -V -U flash:w:$$2
avrdude -c wiring -p $$1 -P $$3 -D -V -U flash:w:$$2
"""

genrule(
Expand Down

0 comments on commit 6ea0ee1

Please sign in to comment.