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: lwip-eth lwip-sys lwip
Fork of LWIPInterface by
Diff: LWIPInterface.h
- Revision:
- 15:0d8d1dafe064
- Parent:
- 13:57d9e1721826
diff -r 67b325c56cde -r 0d8d1dafe064 LWIPInterface.h
--- a/LWIPInterface.h Tue Apr 05 23:38:36 2016 +0000
+++ b/LWIPInterface.h Wed Apr 06 00:20:35 2016 +0000
@@ -53,7 +53,7 @@
/param proto The type of socket to open, TCP or UDP
/return The alocated socket or null on failure
*/
- virtual void *socket_create(protocol_t proto);
+ virtual void *socket_create(nsapi_protocol_t proto);
/** Destroy a socket
/param socket Previously allocated socket
