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

Dependents:   A_CANAdapter USB2I2C

Revision:
17:abba63b079fb
Parent:
16:4ce4f55213ac
--- a/CommandProcessor.h	Mon Oct 31 00:36:18 2011 +0000
+++ b/CommandProcessor.h	Thu Nov 08 12:49:56 2012 +0000
@@ -397,7 +397,7 @@
 #ifdef WIN32
 extern CMDP_T * GetCommandProcessor(void);
 #else // This is necessary for the mbed - not sure why.
-extern "C" CMDP_T * GetCommandProcessor(void);
+extern CMDP_T * GetCommandProcessor(void);
 #endif
 
 #endif // COMMANDPROCESSOR_H