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