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: WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more
Diff: Socket/TCPSocketServer.cpp
- Revision:
- 5:8a0702aa91e3
- Parent:
- 2:eb83da9deb2d
--- a/Socket/TCPSocketServer.cpp Fri Nov 14 15:10:33 2014 +0900
+++ b/Socket/TCPSocketServer.cpp Fri Nov 14 15:14:56 2014 +0900
@@ -38,7 +38,7 @@
_server = false;
_cid = _wizfi250->listen(WizFi250::PROTO_TCP, _port);
- //DBG("TEST CID : %d",_cid);
+ //WIZ_DBG("TEST CID : %d",_cid);
if (_cid < 0) return -1;
}
Wiznet Wi-Fi WizFi250