ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
86:7ca9776b9cc0
Parent:
82:97d166c4a193
Child:
87:94e2cf3a06be
--- a/UDPSocket.cpp	Tue Apr 05 15:30:26 2016 -0500
+++ b/UDPSocket.cpp	Tue Apr 05 23:39:54 2016 +0000
@@ -25,7 +25,7 @@
 int UDPSocket::bind(uint16_t port)
 {
     if (!_socket) {
-        return NSAPI_ERROR_NO_SOCKET;   
+        return NSAPI_ERROR_NO_SOCKET;
     }
 
     return _iface->socket_bind(_socket, port);