1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/gnrc_tcp_server: don't set PORT=tap0 as default

This commit is contained in:
PeterKietzmann 2019-02-05 12:18:33 +01:00
parent e03bbb4f2e
commit b2857529ef

View File

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