1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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:
Francisco Acosta 2016-12-09 15:49:36 +01:00 committed by GitHub
commit c879154d14

View File

@ -1,6 +1,6 @@
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial