Ethernet interface for W5500 with bug fixed in socket::close()

Fork of EthernetInterfaceW5500 by W5500-Ethernet-Interface Makers

Revision:
10:cadac6bcd169
Parent:
5:fb15c35d1e28
--- a/DHCPClient/DHCPClient.cpp	Mon Dec 23 13:51:35 2013 +0000
+++ b/DHCPClient/DHCPClient.cpp	Thu Jul 17 07:10:36 2014 +0000
@@ -157,7 +157,7 @@
 
 int DHCPClient::setup(int timeout_ms)
 {
-    eth = WIZ820io::getInstance();
+    eth = WIZnet_Chip::getInstance();
     if (eth == NULL) {
         return -1;
     }