From 4c69ae846397e5905b08383845f869cec4cd5803 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Tue, 11 Oct 2016 15:23:37 +0200 Subject: [PATCH] boards/iotlab-common: small fix to select right serial port --- boards/iotlab-common/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/iotlab-common/Makefile.include b/boards/iotlab-common/Makefile.include index 5bdf07243f..43974f6d6e 100644 --- a/boards/iotlab-common/Makefile.include +++ b/boards/iotlab-common/Makefile.include @@ -4,7 +4,7 @@ export CPU_MODEL = stm32f103re # define the default port depending on the host OS PORT_LINUX ?= /dev/ttyUSB1 -PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*))) +PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*B))) # setup serial terminal export BAUD = 500000