From 7b9d98c5e2e30b96e21eeedf3eb1cbaa724532ae Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 17 May 2013 18:23:36 -0400 Subject: [PATCH] change default UIP_CONF_IPV6 back to 0. This is not a complete fix: see #227 for details. Will merge as it fixes build errors so Travis can be useful agian. --- core/contiki-default-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/contiki-default-conf.h b/core/contiki-default-conf.h index 1e5c2f5c9..b3780a952 100644 --- a/core/contiki-default-conf.h +++ b/core/contiki-default-conf.h @@ -114,7 +114,7 @@ /* UIP_CONF_IPV6 specifies whether or not IPv6 should be used. If IPv6 is not used, IPv4 is used instead. */ #ifndef UIP_CONF_IPV6 -#define UIP_CONF_IPV6 1 +#define UIP_CONF_IPV6 0 #endif /* UIP_CONF_IPV6 */ /* UIP_CONF_BUFFER_SIZE specifies how much memory should be reserved