diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-08-14 22:52:58 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-08-14 22:52:58 +0530 |
| commit | e9c0a1e92eb4c2df130816b80d708417d95bfd3d (patch) | |
| tree | aa20d99e55c8fcfcb3fc5eff6d8fb73a100dfa3e | |
| parent | e17b2a4781d661246a44f14b4096cf2e19eefafd (diff) | |
| parent | a58062611e44e8f86f3fe07c8d85667ebddb7159 (diff) | |
Merge pull request #237 from bgamari/patch-1
MakefileExample: Fix AVR_TOOLS_DIR default
| -rw-r--r-- | examples/MakefileExample/Makefile-example.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk index 964f9de..67e83e3 100644 --- a/examples/MakefileExample/Makefile-example.mk +++ b/examples/MakefileExample/Makefile-example.mk @@ -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. |
