Merge pull request #232 from malvira/pr-uip6-switch-temp-fix

change default UIP_CONF_IPV6 back to 0. This is not a complete fix:
This commit is contained in:
Mariano Alvira 2013-05-18 15:34:41 -07:00
commit 87a995374b
1 changed files with 1 additions and 1 deletions

View File

@ -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