Skip to content
Snippets Groups Projects
Commit 03b1d861 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

Merge pull request #4355 from thomaseichinger/pr/telob_tty

boards/telosb: fix serial port on OS X
parents 5d524f94 1f782931
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ export CPU_MODEL = msp430f1611
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(shell ls -1 /dev/tty.SLAB_USBtoUART* | head -n 1)
PORT_DARWIN ?= $(shell ls -1 /dev/tty.usbserial-MXV* | head -n 1)
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment