tests/gnrc_tcp_client: don't set PORT=tap1 as default

This commit is contained in:
PeterKietzmann 2019-02-05 12:17:50 +01:00
parent 7220b66708
commit e03bbb4f2e

View File

@ -2,7 +2,10 @@ include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
ifeq (native,$(BOARD))
PORT ?= tap1
endif
TCP_TARGET_ADDR ?= fe80::affe%5
TCP_TARGET_PORT ?= 80