SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
26:f2e1030964e4
Parent:
22:a9ec0cad4f84
Child:
29:6a0ba999597d
diff -r 67183ed15708 -r f2e1030964e4 SNIC/SNIC_Core.cpp
--- a/SNIC/SNIC_Core.cpp	Fri Mar 28 01:56:08 2014 +0000
+++ b/SNIC/SNIC_Core.cpp	Fri Mar 28 03:03:40 2014 +0000
@@ -52,6 +52,10 @@
     mUartRecvThread_p = NULL;
 }
 
+C_SNIC_Core::~C_SNIC_Core()
+{
+}
+
 int C_SNIC_Core::initUart(PinName tx, PinName rx, int baud)
 {
 //    printf("[C_SNIC_Core::initUart]1\r\n");