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

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

parent 7220b667
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 ?= 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment