diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-07-10 09:00:05 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-07-10 09:05:52 +0530 |
| commit | 81c2f7fe89ab82598e7e717ea5ae5d013752255a (patch) | |
| tree | 0a9e2bbfcf1211f3f4db9e6448fa35d64bc5c9b9 /examples/toneMelody | |
| parent | b76d6bd7832f362c9a416fb031b905fd15b00f28 (diff) | |
| parent | 266d629c25d5082a526e0ee3b92634b885b95950 (diff) | |
Merge branch 'serial-port-variable-name' of git://github.com/openxc/Arduino-Makefile into openxc-serial-port-variable-name
Diffstat (limited to 'examples/toneMelody')
| -rw-r--r-- | examples/toneMelody/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/toneMelody/Makefile b/examples/toneMelody/Makefile index 7ea0a9f..51a9c1f 100644 --- a/examples/toneMelody/Makefile +++ b/examples/toneMelody/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 |
