wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
22:8ed1aa2e4f08
Parent:
21:568185eacced
--- a/include/lwip/opt.h	Tue Sep 16 20:59:56 2014 +0000
+++ b/include/lwip/opt.h	Thu Oct 02 12:37:52 2014 +0000
@@ -881,7 +881,7 @@
  * LWIP_TCP==1: Turn on TCP.
  */
 #ifndef LWIP_TCP
-#define LWIP_TCP                        0
+#define LWIP_TCP                        1//jhc0
 #endif
 
 /**