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/master_reader/Makefile | |
| parent | ac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff) | |
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/master_reader/Makefile')
| -rw-r--r-- | examples/master_reader/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/master_reader/Makefile b/examples/master_reader/Makefile index 38b7f82..3030deb 100644 --- a/examples/master_reader/Makefile +++ b/examples/master_reader/Makefile @@ -1,7 +1,6 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile BOARD_TAG = uno -MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = Wire include ../../Arduino.mk |
