Skip to content

Commit

Permalink
fix path to avrdude
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Tylek Kettenburg committed Dec 20, 2014
1 parent 2f74dc9 commit de2937f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware/digistump/avr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
# AVR Uploader/Programmers tools
# ------------------------------

tools.micronucleus.cmd.path={sketchbook.path}/hardware/digistump/avr/tools/avrdude
tools.micronucleus.cmd.path.linux={sketchbook.path}/hardware/digistump/avr/tools/avrdude
tools.micronucleus.cmd.path={runtime.ide.path}/hardware/digistump/avr/tools/avrdude
tools.micronucleus.cmd.path.linux={runtime.ide.path}/hardware/digistump/avr/tools/avrdude

tools.micronucleus.upload.params.verbose=-v
tools.micronucleus.upload.params.quiet=-q
Expand All @@ -77,4 +77,4 @@ tools.micronucleus.upload.pattern="{cmd.path}" -cdigispark --timeout 60 -Uflash:
# Default blank usb manufacturer will be filled it at compile time
# - from numeric vendor ID, set to Unknown otherwise
build.usb_manufacturer=
build.usb_flags=
build.usb_flags=

0 comments on commit de2937f

Please sign in to comment.