From 3dac61aa11c7ae5fb528379933457eee6e155468 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Fri, 9 Dec 2016 12:34:46 +0100 Subject: [PATCH] boards/nucleo-common: fix port on OS X --- boards/nucleo-common/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-common/Makefile.include b/boards/nucleo-common/Makefile.include index 6f653099fc..4fd2a79148 100644 --- a/boards/nucleo-common/Makefile.include +++ b/boards/nucleo-common/Makefile.include @@ -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