aboutsummaryrefslogtreecommitdiff
path: root/examples/AnalogInOutSerial/Makefile
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/AnalogInOutSerial/Makefile
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/AnalogInOutSerial/Makefile')
-rw-r--r--examples/AnalogInOutSerial/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/AnalogInOutSerial/Makefile b/examples/AnalogInOutSerial/Makefile
index 0e3d886..3dea6c0 100644
--- a/examples/AnalogInOutSerial/Makefile
+++ b/examples/AnalogInOutSerial/Makefile
@@ -1,5 +1,4 @@
BOARD_TAG = uno
-MONITOR_PORT = /dev/cu.usb*
-ARDUINO_LIBS =
+ARDUINO_LIBS =
include ../../Arduino.mk