Skip to content

Commit

Permalink
tests/net/gnrc_udp: increase GNRC_NETIF_IPV6_ADDRS_NUMOF
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Jan 24, 2024
1 parent 6edf6a9 commit 405f139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/net/gnrc_udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ ifndef CONFIG_GNRC_PKTBUF_SIZE
CFLAGS += -DCONFIG_GNRC_PKTBUF_SIZE=8192
endif

ifndef CONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF
CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=3
endif

# Set a custom channel if needed
include $(RIOTMAKE)/default-radio-settings.inc.mk

0 comments on commit 405f139

Please sign in to comment.