2016-06-29 16:30:13 +02:00
|
|
|
# define the default port depending on the host OS
|
|
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
|
|
|
|
2017-11-16 12:03:03 +01:00
|
|
|
include $(RIOTBOARD)/common/remote/Makefile.include
|