Ryo Iizuka / NySNICInterface

Dependents:   MurataTypeYD_Ping

Fork of NySNICInterface by Ryo Iizuka

Revision:
7:e88ccbe0225f
Parent:
2:0ba43344c814
--- 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