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: C027_Support
Dependents: HelloC027Interface U_Blox_DeviceConnector U_Blox_DeviceConnector U-Blox_Client
Fork of LWIPInterface by
Diff: LWIPInterface.h
- Revision:
- 2:7fb7e78cb17f
- Parent:
- 1:2fbcfc9c12dd
- Child:
- 3:774869068511
--- a/LWIPInterface.h Fri Feb 26 17:40:23 2016 +0000
+++ b/LWIPInterface.h Thu Feb 25 11:09:49 2016 -0600
@@ -18,6 +18,8 @@
#define LWIP_INTERFACE_H
#include "EthernetInterface.h"
+#include "rtos.h"
+#include "lwip/netif.h"
/** LWIPInterface class
@@ -26,9 +28,6 @@
class LWIPInterface : public EthernetInterface
{
public:
- LWIPInterface(bool debug = false);
- virtual ~LWIPInterface();
-
// Implementation of EthernetInterface
virtual int32_t connect();
virtual int32_t disconnect();
