Skip to content

Commit

Permalink
Fix Avrdude path
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Sep 22, 2019
1 parent 8268451 commit db73134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {
# AVR Uploader/Programmers tools
# ------------------------------

tools.avrdude.path={runtime.tools.avrdude-6.3.0-arduino16.path}
tools.avrdude.path={runtime.tools.avrdude.path}
tools.avrdude.cmd.path={path}/bin/avrdude
tools.avrdude.config.path={runtime.platform.path}/avrdude.conf

Expand Down

0 comments on commit db73134

Please sign in to comment.