WIZnet WIZ550io (w5500) support
Dependents: HTTPClient_HelloWorld_WIZ550io NTPClient_HelloWorld_WIZ550io
Fork of WIZ820ioInterface by
Diff: Socket/Endpoint.h
- Revision:
- 5:fb15c35d1e28
- Parent:
- 1:fb4494783863
--- a/Socket/Endpoint.h Thu Dec 20 15:08:58 2012 +0000 +++ b/Socket/Endpoint.h Tue Aug 27 12:50:11 2013 +0000 @@ -18,7 +18,7 @@ #ifndef ENDPOINT_H #define ENDPOINT_H -#include "Wifly.h" +#include "WIZ820io.h" class UDPSocket; @@ -59,7 +59,6 @@ protected: char _ipAddress[16]; int _port; - Wifly * wifly; }; #endif