diff options
| author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-28 09:27:01 -0500 |
|---|---|---|
| committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-28 09:44:33 -0500 |
| commit | e50caad1e9390ca14f2f3491fa6eae36f0236e58 (patch) | |
| tree | 0d32723dc3486376998a02e0d12f0033a9ce7e8f /examples/BlinkChipKIT/Makefile | |
| parent | ac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff) | |
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/BlinkChipKIT/Makefile')
| -rw-r--r-- | examples/BlinkChipKIT/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/BlinkChipKIT/Makefile b/examples/BlinkChipKIT/Makefile index 1c1d7e5..87a9f7d 100644 --- a/examples/BlinkChipKIT/Makefile +++ b/examples/BlinkChipKIT/Makefile @@ -1,5 +1,4 @@ BOARD_TAG = mega_pic32 -MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../chipKIT.mk |
