This is LWIPBP3595Interface class library. The base library is LWIPInterface.

Dependents:   LWIPBP3595Interface_STA

Files at this revision

API Documentation at this revision

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
diff -r a933851e5d22 -r abb17eced903 LWIPBP3595Interface.h
--- 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;}
 
 };