Merge pull request #237 from bgamari/patch-1
MakefileExample: Fix AVR_TOOLS_DIR default
This commit is contained in:
commit
e9c0a1e92e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue