Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: inc/global.h
- 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;
