The CommandProcessor is the interface to install a run-time menu into an embedded system.
Dependents: A_CANAdapter USB2I2C
Revision 17:abba63b079fb, committed 2012-11-08
- Comitter:
- WiredHome
- Date:
- Thu Nov 08 12:49:56 2012 +0000
- Parent:
- 16:4ce4f55213ac
- Commit message:
- Minor tweak for compatibility with mbed lib v43
Changed in this revision
CommandProcessor.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4ce4f55213ac -r abba63b079fb CommandProcessor.h --- 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