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

boards/native: set PORT to tap0
pr/spi.typo
Cenk Gündoğan 7 years ago committed by GitHub
commit 41011184a5

@ -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 =

Loading…
Cancel
Save