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.
Dependents: mbed_controller_demo
Fork of CMDB by
Diff: cmdb.h
- Revision:
- 16:ec8147828286
- Parent:
- 15:d9680ef7b3f8
- Child:
- 17:7e6a723d65de
diff -r d9680ef7b3f8 -r ec8147828286 cmdb.h
--- a/cmdb.h Fri Mar 11 11:01:41 2011 +0000
+++ b/cmdb.h Thu Mar 24 21:40:58 2011 +0000
@@ -150,6 +150,8 @@
parmdescr = (char*)malloc(strlen(_parmdescr)+1);
strcpy(parmdescr,_parmdescr);
+
+ //printf("%d:%d\r\n", subs, cid);
}
};
@@ -380,7 +382,7 @@
/** The Command Interpreter Version.
*/
-#define CMDB_VERSION 0.76
+#define CMDB_VERSION 0.77
//------------------------------------------------------------------------------
