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

Dependents:   A_CANAdapter USB2I2C

Revision:
16:4ce4f55213ac
Parent:
15:5f30da93e3e2
Child:
17:abba63b079fb
--- a/CommandProcessor.h	Sun Oct 30 19:57:39 2011 +0000
+++ b/CommandProcessor.h	Mon Oct 31 00:36:18 2011 +0000
@@ -102,6 +102,8 @@
 /// History
 /// v1.05 20111030
 /// \li Added support for VT100 cursor code for up/down history access
+/// \li Fixed a bug related to not entering any parameters - causing it to think
+///         there were parameters anyway.
 /// v1.04 1 October 2011
 /// \li Added configurable command line history for easy recall of previous commands
 /// \li Clean up dead-code