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.
Fork of SNICInterface by
Diff: SNIC/SNIC_UartCommandManager.h
- Revision:
- 25:67183ed15708
- Parent:
- 23:4ff2231ff9ba
- Child:
- 26:f2e1030964e4
--- a/SNIC/SNIC_UartCommandManager.h Fri Mar 28 00:45:15 2014 +0000 +++ b/SNIC/SNIC_UartCommandManager.h Fri Mar 28 01:56:08 2014 +0000 @@ -13,6 +13,7 @@ * ***********************************************************************/ #ifndef _SNIC_UART_COMMAND_MANAGER_H_ #define _SNIC_UART_COMMAND_MANAGER_H_ +#include "MurataObject.h" #include "mbed.h" #include "rtos.h" @@ -52,7 +53,7 @@ /** Internal class for managing the SNIC UART command. */ -class C_SNIC_UartCommandManager +class C_SNIC_UartCommandManager: public C_MurataObject { friend class C_SNIC_Core; friend class C_SNIC_WifiInterface;