Skip to content

Commit

Permalink
examples/gnrc_networking: increase GNRC_NETIF_IPV6_ADDRS_NUMOF
Browse files Browse the repository at this point in the history
There is no more room left (causing the release specs to fail).
It would be nice to be able to add one...
  • Loading branch information
MrKevinWeiss committed Jan 24, 2024
1 parent ded97c3 commit 6edf6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ endif
# DODAG Configuration Options (see the doc for more info)
# CFLAGS += -DCONFIG_GNRC_RPL_DODAG_CONF_OPTIONAL_ON_JOIN

ifndef CONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF
CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=3
endif

# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1

Expand Down

0 comments on commit 6edf6a9

Please sign in to comment.