mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/gnrc_tcp: set GNRC_NETIF_SINGLE
This commit is contained in:
parent
e62066813d
commit
81f3fddc1f
@ -15,6 +15,8 @@ TEST_ON_CI_BLACKLIST += all
|
||||
CFLAGS += -DSHELL_NO_ECHO
|
||||
CFLAGS += -DGNRC_TCP_MSL=$(MSL_US)
|
||||
CFLAGS += -DGNRC_TCP_CONNECTION_TIMEOUT_DURATION=$(TIMEOUT_US)
|
||||
CFLAGS += -DGNRC_NETIF_SINGLE # Only one interface used and it makes
|
||||
# shell commands easier
|
||||
|
||||
ifeq (native,$(BOARD))
|
||||
TERMFLAGS ?= $(TAP)
|
||||
|
Loading…
Reference in New Issue
Block a user