diff options
Diffstat (limited to 'examples/HelloWorld/Makefile')
| -rw-r--r-- | examples/HelloWorld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HelloWorld/Makefile b/examples/HelloWorld/Makefile index 6c71d22..b268341 100644 --- a/examples/HelloWorld/Makefile +++ b/examples/HelloWorld/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = LiquidCrystal include ../../arduino-mk/Arduino.mk
\ No newline at end of file |
