aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkInAVRC
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/BlinkInAVRC
parente6881e2a43f02e0abf22bf28abc46b3c2e406d84 (diff)
parentce088e097de11e48e4ad43e0d7f436ae6717dbbf (diff)
Merge pull request #630 from osamuaoki/ARDMK_DIR
Let's make examples platform neutral
Diffstat (limited to 'examples/BlinkInAVRC')
-rw-r--r--examples/BlinkInAVRC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BlinkInAVRC/Makefile b/examples/BlinkInAVRC/Makefile
index a4cd2e4..04049bb 100644
--- a/examples/BlinkInAVRC/Makefile
+++ b/examples/BlinkInAVRC/Makefile
@@ -11,6 +11,6 @@ F_CPU = 8000000L
ISP_PROG = stk500v1
AVRDUDE_ISP_BAUDRATE = 19200
-include ../../Arduino.mk
+include $(ARDMK_DIR)/Arduino.mk
# !!! Important. You have to use make ispload to upload when using ISP programmer