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 NySNICInterface by
Diff: YDwifi/YDwifi_uartmsg.h
- Revision:
- 7:e88ccbe0225f
- Parent:
- 2:0ba43344c814
diff -r 70f522934032 -r e88ccbe0225f YDwifi/YDwifi_uartmsg.h
--- a/YDwifi/YDwifi_uartmsg.h Thu Mar 13 10:33:18 2014 +0000
+++ b/YDwifi/YDwifi_uartmsg.h Fri Mar 14 08:48:12 2014 +0000
@@ -5,6 +5,9 @@
#include "rtos.h"
#include "RawSerial.h"
+namespace murata_wifi
+{
+
#define UART_CMD_SOM 0x02
#define UART_CMD_EOM 0x04
#define UART_CMD_ESC 0x10
@@ -119,4 +122,5 @@
protected:
};
+}
#endif /* _YD_WIFI_UART_MSG_H_ */
\ No newline at end of file
