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: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 5:8a0702aa91e3
- Parent:
- 0:f2039204c8f6
- Child:
- 9:12ecb377f63f
--- a/Socket/TCPSocketConnection.cpp Fri Nov 14 15:10:33 2014 +0900
+++ b/Socket/TCPSocketConnection.cpp Fri Nov 14 15:14:56 2014 +0900
@@ -84,14 +84,14 @@
{
if(_wizfi250->readable(_cid))
{
- DBG("receive readable");
- break;
+ WIZ_DBG("receive readable");
+ break;
}
time = tmr.read_ms();
}
if(time >= _timeout + 20)
{
- DBG("receive timeout");
+ WIZ_DBG("receive timeout");
return 0;
}
}
