From e50caad1e9390ca14f2f3491fa6eae36f0236e58 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 28 Jan 2014 09:27:01 -0500 Subject: Don't hard code MONITOR_PORT in examples, for more flexible testing. --- examples/HelloWorld/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/HelloWorld/Makefile') 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 -- cgit v1.2.3