The CommandProcessor is the interface to install a run-time menu into an embedded system.

Dependents:   A_CANAdapter USB2I2C

Revision:
8:25581f24f7f9
Parent:
7:0f058d664b21
Child:
10:9e52bd1a4a71
--- a/CommandProcessor.h	Sun Apr 03 21:36:22 2011 +0000
+++ b/CommandProcessor.h	Sun Apr 10 19:42:08 2011 +0000
@@ -330,5 +330,5 @@
 
 
 
-int mystrnicmp(const char *l, const char *r, size_t n);
+//int mystrnicmp(const char *l, const char *r, size_t n);
 #endif // COMMANDPROCESSOR_H