From 1be9673e1e71e9ca1b831754ab6a399bb01de7c1 Mon Sep 17 00:00:00 2001 From: luisan00 Date: Mon, 12 Sep 2022 15:20:22 +0200 Subject: [PATCH] fixup! --- firmware/network/rpl_protocol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/network/rpl_protocol/Makefile b/firmware/network/rpl_protocol/Makefile index ab75ba61c..c2d95e7e1 100644 --- a/firmware/network/rpl_protocol/Makefile +++ b/firmware/network/rpl_protocol/Makefile @@ -13,7 +13,7 @@ CFLAGS += -DGNRC_RPL_DEFAULT_DIO_INTERVAL_DOUBLINGS=13 CFLAGS += -DCONFIG_GNRC_IPV6_NIB_NUMOF=50 CFLAGS += -DCONFIG_GNRC_IPV6_NIB_OFFL_NUMOF=50 -# Allow alternative parents, increase num of default routes in the NIB. +# Allow alternative parents, increase num of default routers in the NIB. # Ref: https://doc.riot-os.org/group__net__gnrc__rpl.html CFLAGS += -DCONFIG_GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF=2