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.h	Mon Dec 23 13:51:35 2013 +0000
+++ b/DHCPClient/DHCPClient.h	Thu Jul 17 07:10:36 2014 +0000
@@ -1,7 +1,7 @@
 // DHCPClient.h 2013/4/10
 #ifndef DHCPCLIENT_H
 #define DHCPCLIENT_H
-#include "WIZ820io.h"
+#include "wiznet.h"
 #include "UDPSocket.h"
 
 #define DHCP_OFFSET_OP 0
@@ -49,6 +49,6 @@
     int m_retry;
     uint8_t m_buf[DHCP_MAX_PACKET_SIZE];
     int m_pos;
-    WIZ820io* eth;
+    WIZnet_Chip* eth;
 };
 #endif //DHCPCLIENT_H