RIOT/boards/remote-revb/Makefile.include
2016-10-21 14:41:52 +02:00

8 lines
233 B
Makefile

USEMODULE += remote-common
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
include $(RIOTBOARD)/remote-common/Makefile.include