Skip to content

Commit

Permalink
Fix avrdude.conf path
Browse files Browse the repository at this point in the history
boardmanager branch only, correct path to avrdude.conf
  • Loading branch information
SpenceKonde committed Sep 21, 2015
1 parent 718ab4d commit 7f88d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=ATtiny Classic
version=1.0.0
version=1.0.3

# AVR compile variables
# ---------------------
Expand Down Expand Up @@ -78,7 +78,7 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
# ------------------------------
tools.avrdude.path={runtime.tools.avrdude.path}
tools.avrdude.cmd.path={path}/bin/avrdude
tools.avrdude.config.path={runtime.hardware.path}/avrdude.conf
tools.avrdude.config.path={runtime.platform.path}/avrdude.conf


tools.avrdude.upload.params.verbose=-v
Expand Down

0 comments on commit 7f88d3c

Please sign in to comment.