aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkInAVRC/Makefile
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-09-22 11:55:24 +0530
committerSudar <sudar@sudarmuthu.com>2014-09-22 11:55:24 +0530
commit623b55c55cce9c9abc460dd174cc9701acc4361d (patch)
treea31d0dfc702fefcc87cf334497b6149252a9e026 /examples/BlinkInAVRC/Makefile
parentee1855c6b1aabf4d50afcfba69cecd2417d27237 (diff)
parent6be2614c30a0d37a7c579df2805fbf8c192ca57a (diff)
Merge pull request #269 from sej7278/fix-travis
Remove Travis-CI references from all examples Fix #250 Fix #208
Diffstat (limited to 'examples/BlinkInAVRC/Makefile')
-rw-r--r--examples/BlinkInAVRC/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/BlinkInAVRC/Makefile b/examples/BlinkInAVRC/Makefile
index 9080b24..a4cd2e4 100644
--- a/examples/BlinkInAVRC/Makefile
+++ b/examples/BlinkInAVRC/Makefile
@@ -11,7 +11,6 @@ F_CPU = 8000000L
ISP_PROG = stk500v1
AVRDUDE_ISP_BAUDRATE = 19200
-include ../TestSuiteCommon.mk
-include $(ARDMK_DIR)/Arduino.mk
+include ../../Arduino.mk
# !!! Important. You have to use make ispload to upload when using ISP programmer