aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkWithoutDelay
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-01-14 14:36:24 +0530
committerSudar <sudar@sudarmuthu.com>2014-01-14 14:36:24 +0530
commitce9c54848f4f1f991f3befe5af4938ab261d08a5 (patch)
tree756aee99e92e8be60f849532ca6645ecfd494f9d /examples/BlinkWithoutDelay
parentd4e0a383ae6ad13615e1c82a48646886cf175d2f (diff)
Remove `arduino-mk` folder from all examples
Fix #154
Diffstat (limited to 'examples/BlinkWithoutDelay')
-rw-r--r--examples/BlinkWithoutDelay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BlinkWithoutDelay/Makefile b/examples/BlinkWithoutDelay/Makefile
index c971b12..0e3d886 100644
--- a/examples/BlinkWithoutDelay/Makefile
+++ b/examples/BlinkWithoutDelay/Makefile
@@ -2,4 +2,4 @@ BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
-include ../../arduino-mk/Arduino.mk \ No newline at end of file
+include ../../Arduino.mk