WIZNet W5500 with additional enhancements

Fork of WIZnetInterface by WIZnet

Revision:
35:fe3028eda085
Parent:
34:7d44648ec5f2
--- a/Socket/Endpoint.cpp	Mon Oct 09 19:58:19 2017 +0200
+++ b/Socket/Endpoint.cpp	Tue Oct 10 20:56:13 2017 +0200
@@ -53,6 +53,7 @@
 {
     snprintf(_ipAddress, sizeof(_ipAddress), "%d.%d.%d.%d", (int)(addr>>24)&0xff, (int)(addr>>16)&0xff, (int)(addr>>8)&0xff, (int)addr&0xff);
     _port = port;
+    return 0;
 }
 
 char* Endpoint::get_address()