Skip to content
Snippets Groups Projects
Commit 1f782931 authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

boards/telosb: fix serial port on OS X

parent 25fd90b7
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.
Finish editing this message first!
Please register or to comment