2016-09-05 10:35:21 +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
|