mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 00:54:23 +01:00
4 lines
133 B
Makefile
4 lines
133 B
Makefile
# configure the serial interface
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|