minor address macro tweaks

This commit is contained in:
Joseph Henry
2016-10-28 03:10:35 -07:00
parent c7d81991cf
commit 5b777ad3f5
4 changed files with 5 additions and 4 deletions

View File

@@ -46,10 +46,10 @@
// IPV6 Related
//#if defined(SDK_IPV6)
#define LWIP_IPV6 0
#define LWIP_IPV6 1
//#endif
//#if defined(SDK_IPV4)
#define LWIP_IPV4 1
#define LWIP_IPV4 0
//#endif
#define LWIP_TCP 1