Removing from contiki-default-conf.h configuration flags that are now set from Makefile exclusively

This commit is contained in:
Simon Duquennoy 2017-10-09 21:59:07 +02:00
parent 1d45ab070e
commit 9087448dc4
1 changed files with 0 additions and 12 deletions

View File

@ -66,12 +66,6 @@
#define NETSTACK_MAX_ROUTE_ENTRIES 16 #define NETSTACK_MAX_ROUTE_ENTRIES 16
#endif /* NETSTACK_MAX_ROUTE_ENTRIES */ #endif /* NETSTACK_MAX_ROUTE_ENTRIES */
/* NETSTACK_CONF_WITH_IPV6 specifies whether or not IPv6 should be used. If IPv6
is not used, IPv4 is used instead. */
#ifndef NETSTACK_CONF_WITH_IPV6
#define NETSTACK_CONF_WITH_IPV6 0
#endif /* NETSTACK_CONF_WITH_IPV6 */
/* UIP_CONF_BUFFER_SIZE specifies how much memory should be reserved /* UIP_CONF_BUFFER_SIZE specifies how much memory should be reserved
for the uIP packet buffer. This sets an upper bound on the largest for the uIP packet buffer. This sets an upper bound on the largest
IP packet that can be received by the system. */ IP packet that can be received by the system. */
@ -85,12 +79,6 @@
#define UIP_CONF_ROUTER 1 #define UIP_CONF_ROUTER 1
#endif /* UIP_CONF_ROUTER */ #endif /* UIP_CONF_ROUTER */
/* UIP_CONF_IPV6_RPL specifies if RPL is to be used for IPv6
routing. */
#ifndef UIP_CONF_IPV6_RPL
#define UIP_CONF_IPV6_RPL 1
#endif /* UIP_CONF_IPV6_RPL */
/* If RPL is enabled also enable the RPL NBR Policy */ /* If RPL is enabled also enable the RPL NBR Policy */
#if UIP_CONF_IPV6_RPL #if UIP_CONF_IPV6_RPL
#ifndef NBR_TABLE_FIND_REMOVABLE #ifndef NBR_TABLE_FIND_REMOVABLE