wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
29:da6f39d13880
Parent:
28:303bca52fc84
--- a/include/lwip/opt.h	Wed Jan 07 21:48:37 2015 +0000
+++ b/include/lwip/opt.h	Thu Jan 08 23:42:30 2015 +0000
@@ -882,7 +882,7 @@
  * LWIP_TCP==1: Turn on TCP.
  */
 #ifndef LWIP_TCP
-#define LWIP_TCP                        0
+#define LWIP_TCP                        1
 #endif
 
 /**