Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
214:52ef35bc44ec
Parent:
197:594afd088f32
Child:
219:2b6c5782f291
--- a/inc/global.h	Mon Oct 10 14:38:38 2016 +0000
+++ b/inc/global.h	Tue Oct 11 15:31:49 2016 +0000
@@ -122,7 +122,8 @@
 };
 
 struct VirtualCommand {
-    float constant;
+    float c;
+    std::string tag;
     std::string opl;
     std::string opr;
     std::string op;