1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #5988 from cgundogan/pr/native/term

boards/native: set PORT to tap0
This commit is contained in:
Cenk Gündoğan 2016-10-25 19:40:44 +02:00 committed by GitHub
commit 41011184a5

View File

@ -84,7 +84,7 @@ endif
export LINKFLAGS += -ffunction-sections
# set the tap interface for term/valgrind
ifneq (,$(filter netdev2_tap,$(USEMODULE)))
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
export PORT ?= tap0
else
export PORT =