for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **
Dependents: SNIC-httpclient-example SNIC-ntpclient-example
Fork of SNICInterface by
Diff: SNIC_WifiInterface.h
- Revision:
- 25:67183ed15708
- Parent:
- 24:987e412ae879
- Child:
- 26:f2e1030964e4
--- a/SNIC_WifiInterface.h Fri Mar 28 00:45:15 2014 +0000
+++ b/SNIC_WifiInterface.h Fri Mar 28 01:56:08 2014 +0000
@@ -14,6 +14,7 @@
#define _SNIC_WIFIINTERFACE_H_
#include "SNIC_Core.h"
+#include "MurataObject.h"
namespace murata_wifi
{
@@ -31,7 +32,7 @@
/** Interface class for using SNIC UART.
*/
-class C_SNIC_WifiInterface {
+class C_SNIC_WifiInterface : public C_MurataObject {
public:
/** Constructor
@param tx mbed pin to use for tx line of Serial interface
ban4jp -
