Skip to content

Commit 873a8dc

Browse files
Revert changes to avrdude path
These were accidentally committed in the previous commit.
1 parent a1ccf19 commit 873a8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avr/platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
5959
# AVR Uploader/Programmers tools
6060
# ------------------------------
6161

62-
tools.avrdude.cmd.path=/usr/bin/avrdude
63-
tools.avrdude.config.path=/etc/avrdude.conf
62+
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
63+
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
6464

6565
tools.avrdude.upload.params.verbose=-v -v -v -v
6666
tools.avrdude.upload.params.quiet=-q -q

0 commit comments

Comments
 (0)