ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
116:bc043343d753
Parent:
115:950b19eb0f02
Child:
117:ff83eb6a1ab9
--- a/UDPSocket.cpp	Wed Apr 20 19:05:03 2016 -0500
+++ b/UDPSocket.cpp	Wed Apr 20 19:20:51 2016 -0500
@@ -57,6 +57,8 @@
             || timer.read_ms() > _timeout) {
             return sent;
         }
+
+        __WFI();
     }
 }
 
@@ -76,5 +78,7 @@
             || timer.read_ms() > _timeout) {
             return recv;
         }
+
+        __WFI();
     }
 }