aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-09-21 22:56:44 +0100
committerSimon John <git@the-jedi.co.uk>2015-09-21 22:56:44 +0100
commit02a1811d454340a7b7ad1d5123bb96d623c805fb (patch)
tree552c7ca7ae470f5561e62a0d0d14396f5b0dd80a /examples
parent0ce685b1a193fb4b68d7a7e8d4ed95bed8a697af (diff)
parentcba515531cdebc1bcb65527a1682a0e7ff362f5a (diff)
Merge pull request #390 from thomaskilian/master
Correct path ARDUINO_DIR for Macs Merged and thanks for the PR @thomaskilian
Diffstat (limited to 'examples')
-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 d9411d1..34c080f 100644
--- a/examples/MakefileExample/Makefile-example.mk
+++ b/examples/MakefileExample/Makefile-example.mk
@@ -15,7 +15,7 @@ ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile
### ARDUINO_DIR
### Path to the Arduino application and resources directory.
### On OS X:
-ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
+ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
### or on Linux: (remove the one you don't want)
ARDUINO_DIR = /usr/share/arduino