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/HelloWorld/Makefile | |
| parent | ac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff) | |
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/HelloWorld/Makefile')
| -rw-r--r-- | examples/HelloWorld/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
