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.
Dependents: EvrythngApi Websocket_Ethernet_HelloWorld_W5500 Websocket_Ethernet_W5500 CurrentWeatherData_W5500 ... more
Diff: WIZnet/W5500.cpp
- Revision:
- 10:713b6d2aaefb
- Parent:
- 7:da52bf0e0e5d
--- a/WIZnet/W5500.cpp Wed Oct 15 06:25:21 2014 +0000
+++ b/WIZnet/W5500.cpp Thu Oct 16 06:36:16 2014 +0000
@@ -35,6 +35,7 @@
cs = 1;
reset_pin = 1;
inst = this;
+ sock_any_port = SOCK_ANY_PORT_NUM;
}
WIZnet_Chip::WIZnet_Chip(SPI* spi, PinName _cs, PinName _reset):
@@ -44,6 +45,7 @@
cs = 1;
reset_pin = 1;
inst = this;
+ sock_any_port = SOCK_ANY_PORT_NUM;
}
bool WIZnet_Chip::setmac()
WIZ550io
W5500