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