Merge pull request #4355 from thomaseichinger/pr/telob_tty

boards/telosb: fix serial port on OS X
cc430
Cenk Gündoğan 8 years ago
commit 03b1d86179

@ -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

Loading…
Cancel
Save