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

boards/samr21-xpro: define serial port for OS X

parent 4b6626f8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ export CPU_MODEL = samr21g18a
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(shell ls -1 /dev/tty.usbmodem* | head -n 1)
# setup the boards dependencies
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
......
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