Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
34:f345fdec711d
Parent:
31:4b1587034318
Child:
48:1c7861d80d16
Child:
49:0456ee2271be
--- a/inc/global.h	Thu Sep 08 21:17:21 2016 +0000
+++ b/inc/global.h	Thu Sep 08 22:01:00 2016 +0000
@@ -77,4 +77,11 @@
 
 extern std::map<std::string,ModbusRegister> ModbusRegisterMap;
 
+extern Thread *GLOBAL_analyticsLogger_thread;
+extern Thread *GLOBAL_modbusMaster_thread;
+extern Thread *GLOBAL_BLE_thread;
+extern Thread *GLOBAL_CDH_thread;
+extern Thread *GLOBAL_configHandler_thread;
+extern Thread *GLOBAL_controlTask_thread;
+
 #endif