This is LWIPBP3595Interface class library. The base library is LWIPInterface.
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;}
};