修改socket链接不稳定

Fork of WIZnetInterface by WIZnet

Revision:
28:200e63e513a8
Parent:
27:1169973d836c
--- a/EthernetInterface.cpp	Mon Oct 05 05:44:39 2015 +0000
+++ b/EthernetInterface.cpp	Thu Oct 29 13:29:46 2015 +0000
@@ -19,7 +19,7 @@
 #include "EthernetInterface.h"
 #include "DHCPClient.h"
 
-#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P)
+#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P) && (not defined TARGET_WIZwiki_W7500ECO)
 EthernetInterface::EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset) :
         WIZnet_Chip(mosi, miso, sclk, cs, reset)
 {