mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-04 18:31:32 +00:00
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.
This commit is contained in:
parent
251eaeee68
commit
7b9d98c5e2
@ -114,7 +114,7 @@
|
|||||||
/* UIP_CONF_IPV6 specifies whether or not IPv6 should be used. If IPv6
|
/* UIP_CONF_IPV6 specifies whether or not IPv6 should be used. If IPv6
|
||||||
is not used, IPv4 is used instead. */
|
is not used, IPv4 is used instead. */
|
||||||
#ifndef UIP_CONF_IPV6
|
#ifndef UIP_CONF_IPV6
|
||||||
#define UIP_CONF_IPV6 1
|
#define UIP_CONF_IPV6 0
|
||||||
#endif /* UIP_CONF_IPV6 */
|
#endif /* UIP_CONF_IPV6 */
|
||||||
|
|
||||||
/* UIP_CONF_BUFFER_SIZE specifies how much memory should be reserved
|
/* UIP_CONF_BUFFER_SIZE specifies how much memory should be reserved
|
||||||
|
Loading…
Reference in New Issue
Block a user