From ededb0ebbc8e2d8b0c712e9a166031dbedb06ef7 Mon Sep 17 00:00:00 2001 From: Thomas Kilian Date: Mon, 21 Sep 2015 17:34:47 +0200 Subject: [PATCH] Correct path ARDUINO_DIR for Macs --- examples/MakefileExample/Makefile-example.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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