RIOT/boards/firefly/Makefile.include
2018-10-04 17:23:42 +02:00

8 lines
240 B
Makefile

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