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:
parent
f6eacda9f8
commit
e62066813d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user