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.
Dependencies: DnsQuery
Fork of NetworkSocketAPI by
Diff: UDPSocket.cpp
- Revision:
- 14:7ca9776b9cc0
- Parent:
- 10:97d166c4a193
- Child:
- 15: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);