aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkInAVRC/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/BlinkInAVRC/Makefile
parentac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff)
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/BlinkInAVRC/Makefile')
-rw-r--r--examples/BlinkInAVRC/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/BlinkInAVRC/Makefile b/examples/BlinkInAVRC/Makefile
index dcf21d9..04049bb 100644
--- a/examples/BlinkInAVRC/Makefile
+++ b/examples/BlinkInAVRC/Makefile
@@ -10,7 +10,6 @@ F_CPU = 8000000L
ISP_PROG = stk500v1
AVRDUDE_ISP_BAUDRATE = 19200
-ISP_PORT = /dev/ttyACM*
include $(ARDMK_DIR)/Arduino.mk