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