aboutsummaryrefslogtreecommitdiff
path: root/examples/master_reader
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-22 11:48:26 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-22 11:48:26 +0530
commite0856e51d972c1b7484f769e665ba7a680c53724 (patch)
tree11a7023a9d30d3680219d88592d44c3ed3dc1d02 /examples/master_reader
parentc284ec93dd939b4f8c4c0ab1eccf1516784de1dc (diff)
Remove "utility" from example makefiles
From commit fc968b919148eb99d1d58a8454a71bf703ca7c78 files inside utility are automatically build. Fix #84
Diffstat (limited to 'examples/master_reader')
-rw-r--r--examples/master_reader/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/master_reader/Makefile b/examples/master_reader/Makefile
index f242a44..8c4b56f 100644
--- a/examples/master_reader/Makefile
+++ b/examples/master_reader/Makefile
@@ -1,5 +1,7 @@
+# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
-ARDUINO_LIBS = Wire Wire/utility
+ARDUINO_LIBS = Wire
include ../../arduino-mk/Arduino.mk