Skip to content

Commit de2937f

Browse files
author
Erik Tylek Kettenburg
committed
fix path to avrdude
1 parent 2f74dc9 commit de2937f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hardware/digistump/avr/platform.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
6565
# AVR Uploader/Programmers tools
6666
# ------------------------------
6767

68-
tools.micronucleus.cmd.path={sketchbook.path}/hardware/digistump/avr/tools/avrdude
69-
tools.micronucleus.cmd.path.linux={sketchbook.path}/hardware/digistump/avr/tools/avrdude
68+
tools.micronucleus.cmd.path={runtime.ide.path}/hardware/digistump/avr/tools/avrdude
69+
tools.micronucleus.cmd.path.linux={runtime.ide.path}/hardware/digistump/avr/tools/avrdude
7070

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

0 commit comments

Comments
 (0)