aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-08-19 10:38:52 +0530
committerSudar <sudar@sudarmuthu.com>2014-08-19 10:38:52 +0530
commit0d2c9661c3ddabf503e80d56187c5b2684e8b028 (patch)
treeea93260b540916278cb035f9e97d7b2c9eba93eb /examples/MakefileExample
parente17b2a4781d661246a44f14b4096cf2e19eefafd (diff)
parentf930c1780170f53f81bfe42095c8c161a5802cfc (diff)
Merge pull request #238 from WeAreLeka/auto-libauto-lib
Add Support for Library Auto-detection
Diffstat (limited to 'examples/MakefileExample')
-rw-r--r--examples/MakefileExample/Makefile-example.mk2
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.