Skip to content
Snippets Groups Projects
Commit 41011184 authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

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

boards/native: set PORT to tap0
parents 4e20feb4 50a77aa7
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ endif ...@@ -84,7 +84,7 @@ endif
export LINKFLAGS += -ffunction-sections export LINKFLAGS += -ffunction-sections
# set the tap interface for term/valgrind # set the tap interface for term/valgrind
ifneq (,$(filter netdev2_tap,$(USEMODULE))) ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
export PORT ?= tap0 export PORT ?= tap0
else else
export PORT = export PORT =
......
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