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.
Dependents: LWIPBP3595Interface_STA
Revision 1:abb17eced903, committed 2016-05-31
- Comitter:
- tousaki
- Date:
- Tue May 31 05:56:27 2016 +0000
- Parent:
- 0:a933851e5d22
- Commit message:
- Fixed the return type of connect()
Changed in this revision
| LWIPBP3595Interface.h | Show annotated file Show diff for this revision Revisions of this file | 
--- a/LWIPBP3595Interface.h	Tue May 24 10:34:31 2016 +0000
+++ b/LWIPBP3595Interface.h	Tue May 31 05:56:27 2016 +0000
@@ -58,7 +58,7 @@
 
 private:
     // Implementation of EthernetInterface
-    virtual int32_t connect() {return 0;}
+    virtual int connect() {return 0;}
 
 };