1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

modified default port to function on OS X

This commit is contained in:
Emmanuel Baccelli 2016-01-22 16:24:22 +01:00
parent ca8c380ab1
commit e6c943d903

View File

@ -4,7 +4,7 @@ export CPU_MODEL = LM4F120H5QR
#define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(shell ls -1 /dev/tty.SLAB_USBtoUART* | head -n 1)
PORT_DARWIN ?= $(shell ls -1 /dev/tty.usbmodem* | head -n 1)
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial