From 657dd3309260dd03fffa6a924f93f0232a436028 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 7 Oct 2017 14:52:29 +0100 Subject: [PATCH] Do not #undef in example project-conf.h (multicast) --- examples/ipv6/multicast/project-conf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/ipv6/multicast/project-conf.h b/examples/ipv6/multicast/project-conf.h index 198f3f47b..7a59c7d13 100644 --- a/examples/ipv6/multicast/project-conf.h +++ b/examples/ipv6/multicast/project-conf.h @@ -49,13 +49,10 @@ /* For Imin: Use 16 over CSMA, 64 over Contiki MAC */ #define ROLL_TM_CONF_IMIN_1 64 -#undef UIP_MCAST6_ROUTE_CONF_ROUTES #define UIP_MCAST6_ROUTE_CONF_ROUTES 1 /* Code/RAM footprint savings so that things will fit on our device */ -#undef NETSTACK_MAX_ROUTE_ENTRIES #define NETSTACK_MAX_ROUTE_ENTRIES 10 -#undef NBR_TABLE_CONF_MAX_NEIGHBORS #define NBR_TABLE_CONF_MAX_NEIGHBORS 10 #endif /* PROJECT_CONF_H_ */