Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of EthernetInterfaceW5500 by
Diff: DHCPClient/DHCPClient.h
- 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
