MakefileExample: Fix AVR_TOOLS_DIR default
Judging by the default for OS X directly above it and the fact that the current default doesn't work, it seems this should not include the `/bin`.
This commit is contained in:
parent
e17b2a4781
commit
a58062611e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ MONITOR_BAUDRATE = 115200
|
|||
### On OS X with `homebrew`:
|
||||
AVR_TOOLS_DIR = /usr/local
|
||||
### or on Linux: (remove the one you don't want)
|
||||
AVR_TOOLS_DIR = /usr/bin
|
||||
AVR_TOOLS_DIR = /usr
|
||||
|
||||
### AVRDDUDE
|
||||
### Path to avrdude directory.
|
||||
|
|
Loading…
Reference in a new issue