Merge pull request #237 from bgamari/patch-1

MakefileExample: Fix AVR_TOOLS_DIR default
This commit is contained in:
Sudar 2014-08-14 22:52:58 +05:30
commit e9c0a1e92e

View file

@ -36,7 +36,7 @@ MONITOR_BAUDRATE = 115200
### On OS X with `homebrew`: ### On OS X with `homebrew`:
AVR_TOOLS_DIR = /usr/local AVR_TOOLS_DIR = /usr/local
### or on Linux: (remove the one you don't want) ### or on Linux: (remove the one you don't want)
AVR_TOOLS_DIR = /usr/bin AVR_TOOLS_DIR = /usr
### AVRDDUDE ### AVRDDUDE
### Path to avrdude directory. ### Path to avrdude directory.