NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: TCPSocket.cpp
- Revision:
- 116:bc043343d753
- Parent:
- 115:950b19eb0f02
- Child:
- 117:ff83eb6a1ab9
--- 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(); } }