1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/emcute: set GNRC_NETIF_SINGLE

This commit is contained in:
Martine Lenders 2020-04-03 22:53:42 +02:00
parent f6eacda9f8
commit e62066813d
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -25,6 +25,8 @@ USEMODULE += sock_util
CFLAGS += -DEMCUTE_TOPIC_MAXLEN="249" # 256 - 7
CFLAGS += -DSTDIO_UART_RX_BUFSIZE="512" # Adapt to SHELL_BUFSIZE in app
CFLAGS += -DGNRC_NETIF_SINGLE # Only one interface used and it makes
# shell commands easier
# The test requires some setup and to be run as root
# So it cannot currently be run