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.
Diff: Socket.cpp
- Revision:
- 33:2fd212f8da61
- Parent:
- 27:f51358e506c1
- Child:
- 36:2e5eccf30a84
--- a/Socket.cpp Tue Apr 19 18:26:21 2016 -0500 +++ b/Socket.cpp Tue Apr 19 18:26:36 2016 -0500 @@ -31,7 +31,7 @@ } } -int Socket::open(NetworkInterface *iface, nsapi_protocol_t proto) +int Socket::open(NetworkStack *iface, nsapi_protocol_t proto) { _iface = iface;