Skip to content
Snippets Groups Projects
Commit b2857529 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

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

parent e03bbb4f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,10 @@ include ../Makefile.tests_common ...@@ -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 ?= tap0
ifeq (native,$(BOARD))
PORT ?= tap0
endif
TCP_LOCAL_ADDR ?= fe80::affe TCP_LOCAL_ADDR ?= fe80::affe
TCP_LOCAL_PORT ?= 80 TCP_LOCAL_PORT ?= 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment