Rohm / LWIPBP3595Interface

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
--- 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;}
 
 };