ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
116:bc043343d753
Parent:
115:950b19eb0f02
Child:
117:ff83eb6a1ab9
--- a/TCPServer.cpp	Wed Apr 20 19:05:03 2016 -0500
+++ b/TCPServer.cpp	Wed Apr 20 19:20:51 2016 -0500
@@ -65,5 +65,7 @@
             || timer.read_ms() > _timeout) {
             return err;
         }
+
+        __WFI();
     }
 }