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: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: TCPSocket.cpp
- Revision:
- 116:bc043343d753
- Parent:
- 115:950b19eb0f02
- Child:
- 117:ff83eb6a1ab9
diff -r 950b19eb0f02 -r bc043343d753 TCPSocket.cpp
--- a/TCPSocket.cpp Wed Apr 20 19:05:03 2016 -0500
+++ b/TCPSocket.cpp Wed Apr 20 19:20:51 2016 -0500
@@ -66,6 +66,8 @@
|| timer.read_ms() > _timeout) {
return sent;
}
+
+ __WFI();
}
}
@@ -85,5 +87,7 @@
|| timer.read_ms() > _timeout) {
return recv;
}
+
+ __WFI();
}
}
