Skip to content
Snippets Groups Projects
Commit 187e318d authored by Hauke Petersen's avatar Hauke Petersen
Browse files

Merge pull request #3912 from thomaseichinger/pr/samr21-xpro_serial_port

boards/samr21-xpro: define serial port for OS X
parents aba11407 36d3d9c4
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