aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkWithoutDelay/Makefile
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-28 09:27:01 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-28 09:44:33 -0500
commite50caad1e9390ca14f2f3491fa6eae36f0236e58 (patch)
tree0d32723dc3486376998a02e0d12f0033a9ce7e8f /examples/BlinkWithoutDelay/Makefile
parentac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff)
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/BlinkWithoutDelay/Makefile')
-rw-r--r--examples/BlinkWithoutDelay/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/BlinkWithoutDelay/Makefile b/examples/BlinkWithoutDelay/Makefile
index 0e3d886..3dea6c0 100644
--- a/examples/BlinkWithoutDelay/Makefile
+++ b/examples/BlinkWithoutDelay/Makefile
@@ -1,5 +1,4 @@
BOARD_TAG = uno
-MONITOR_PORT = /dev/cu.usb*
-ARDUINO_LIBS =
+ARDUINO_LIBS =
include ../../Arduino.mk