aboutsummaryrefslogtreecommitdiff
path: root/examples/master_reader
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-01-28 21:20:36 -0800
committerSudar <sudar@sudarmuthu.com>2014-01-28 21:20:36 -0800
commit993cb0b8d45cd70a7686760a8fce3940fd59a942 (patch)
tree69c61167431730abdcf1dec0aa58d167ffa78848 /examples/master_reader
parent418109c11b5b716fc2157c9f37d999f455d803d2 (diff)
parente50caad1e9390ca14f2f3491fa6eae36f0236e58 (diff)
Merge pull request #157 from peplin/no-hardcoded-port-in-examples
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/master_reader')
-rw-r--r--examples/master_reader/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/master_reader/Makefile b/examples/master_reader/Makefile
index 38b7f82..3030deb 100644
--- a/examples/master_reader/Makefile
+++ b/examples/master_reader/Makefile
@@ -1,7 +1,6 @@
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
BOARD_TAG = uno
-MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS = Wire
include ../../Arduino.mk