Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
7:c0c03193612d
Parent:
3:8ea4db957749
Child:
9:ef0ca2f8a8a6
--- a/inc/global.h	Tue Sep 06 19:35:50 2016 +0000
+++ b/inc/global.h	Tue Sep 06 20:08:13 2016 +0000
@@ -10,6 +10,7 @@
 #include "mbed.h"
 #include "rtos.h"
 #include "ntshell.h"
+#include "mDot.h"
 
 #define SUPPRESS_OUTPUT 
 
@@ -46,5 +47,6 @@
 extern int  func_write(const char *buf, int cnt);
 extern int  func_cb_ntshell(const char *text);
 extern void func_cb_ntopt(int argc, char **argv);
+extern mDot *GLOBAL_mdot;
 
 #endif
\ No newline at end of file