tests/gnrc_tcp_server: don't set PORT=tap0 as default
This commit is contained in:
parent
e03bbb4f2e
commit
b2857529ef
@ -2,7 +2,10 @@ include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
PORT ?= tap0
|
||||
|
||||
ifeq (native,$(BOARD))
|
||||
PORT ?= tap0
|
||||
endif
|
||||
|
||||
TCP_LOCAL_ADDR ?= fe80::affe
|
||||
TCP_LOCAL_PORT ?= 80
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user