mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #6195 from kYc0o/nucleo_osx_port_fix
boards/nucleo-common: fix port on OS X
This commit is contained in:
commit
c879154d14
@ -1,6 +1,6 @@
|
|||||||
# define the default port depending on the host OS
|
# define the default port depending on the host OS
|
||||||
PORT_LINUX ?= /dev/ttyACM0
|
PORT_LINUX ?= /dev/ttyACM0
|
||||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
||||||
|
|
||||||
# setup serial terminal
|
# setup serial terminal
|
||||||
include $(RIOTBOARD)/Makefile.include.serial
|
include $(RIOTBOARD)/Makefile.include.serial
|
||||||
|
Loading…
Reference in New Issue
Block a user