From 266d629c25d5082a526e0ee3b92634b885b95950 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 9 Jul 2013 19:34:08 -0400 Subject: Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. This commit includes backwards compatibility with the ARDUINO_PORT flag if that's set. Fix #109 --- examples/AnalogInOutSerial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/AnalogInOutSerial/Makefile') diff --git a/examples/AnalogInOutSerial/Makefile b/examples/AnalogInOutSerial/Makefile index eac50fb..c971b12 100644 --- a/examples/AnalogInOutSerial/Makefile +++ b/examples/AnalogInOutSerial/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk \ No newline at end of file -- cgit v1.2.3