1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/netutils: reduce mock netif queue size

This commit is contained in:
Benjamin Valentin 2022-10-13 00:24:29 +02:00
parent b1ea963df4
commit 27b5bae5b6

View File

@ -15,4 +15,7 @@ USEMODULE += ipv6_addr
# pretend to include sock_dns
CFLAGS += -DMODULE_SOCK_DNS=1
# We don't actually run the mock netifs
CFLAGS += -DGNRC_NETIF_MSG_QUEUE_SIZE=1
include $(RIOTBASE)/Makefile.include