aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkChipKIT/Makefile
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-09 19:34:08 -0400
committerSudar <sudar@sudarmuthu.com>2013-07-10 09:05:38 +0530
commit266d629c25d5082a526e0ee3b92634b885b95950 (patch)
tree846c844d6129430f9823d394a27bc5b35a1aced2 /examples/BlinkChipKIT/Makefile
parent474da2ced413a892f455ebf99a8029b3cd753d79 (diff)
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
Diffstat (limited to 'examples/BlinkChipKIT/Makefile')
-rw-r--r--examples/BlinkChipKIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BlinkChipKIT/Makefile b/examples/BlinkChipKIT/Makefile
index f494075..45e321d 100644
--- a/examples/BlinkChipKIT/Makefile
+++ b/examples/BlinkChipKIT/Makefile
@@ -1,5 +1,5 @@
BOARD_TAG = mega_pic32
-ARDUINO_PORT = /dev/cu.usb*
+MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
include ../../arduino-mk/chipKIT.mk