Skip to content
Snippets Groups Projects
Commit d588c625 authored by Emmanuel Baccelli's avatar Emmanuel Baccelli Committed by GitHub
Browse files

Merge pull request #5925 from kYc0o/fix_usb_m3_mac

boards/iotlab-common: small fix to select right serial port
parents 633292af 4c69ae84
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ export CPU_MODEL = stm32f103re ...@@ -4,7 +4,7 @@ export CPU_MODEL = stm32f103re
# define the default port depending on the host OS # define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB1 PORT_LINUX ?= /dev/ttyUSB1
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*))) PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*B)))
# setup serial terminal # setup serial terminal
export BAUD = 500000 export BAUD = 500000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment