Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
107:e900bd138bf3
Parent:
31:4b1587034318
Child:
116:7337ed514891
--- a/src/CloudDataHandler/CloudFileReceiver.h	Thu Sep 22 14:49:32 2016 +0000
+++ b/src/CloudDataHandler/CloudFileReceiver.h	Thu Sep 22 16:10:01 2016 +0000
@@ -15,6 +15,8 @@
 #define OUTPUT_CONFIG_MTYPE    201
 #define VIRTUAL_CONFIG_MTYPE   203
 
+#define EVENT_LOG_MTYPE        300
+
 bool CloudFileReceiver( std::string *recv_string, mDot *dot );
 
 #endif