aboutsummaryrefslogtreecommitdiff
path: root/examples/ATtinyBlink
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2020-09-03 07:25:14 +0530
committerGitHub <noreply@github.com>2020-09-03 07:25:14 +0530
commit587beb9d7c6c83cfe398ce5df1beaa530845a19e (patch)
tree49bf3166b74a825a401c4795d7cc3d1493e564ba /examples/ATtinyBlink
parente6881e2a43f02e0abf22bf28abc46b3c2e406d84 (diff)
parentce088e097de11e48e4ad43e0d7f436ae6717dbbf (diff)
Merge pull request #630 from osamuaoki/ARDMK_DIR
Let's make examples platform neutral
Diffstat (limited to 'examples/ATtinyBlink')
-rw-r--r--examples/ATtinyBlink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ATtinyBlink/Makefile b/examples/ATtinyBlink/Makefile
index f73d7a0..76327a8 100644
--- a/examples/ATtinyBlink/Makefile
+++ b/examples/ATtinyBlink/Makefile
@@ -54,6 +54,6 @@ BOARD_TAG = attiny85
# ------------------------------------------------------------------ #
# Path to the Arduino Makefile
-include /usr/share/arduino/Arduino.mk
+include $(ARDMK_DIR)/Arduino.mk
# !!! Important. You have to use 'make ispload' when using an ISP.