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/BlinkWithoutDelay/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/BlinkWithoutDelay') 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 -- cgit v1.2.3