licensing and training services.\r
*/\r
\r
+/* Standard includes. */\r
+#include <string.h>\r
+\r
+/* FreeRTOS includes. */\r
#include "FreeRTOS.h"\r
#include "task.h"\r
+\r
+/* Utils includes. */\r
#include "CommandInterpreter.h"\r
\r
typedef struct xCOMMAND_INPUT_LIST\r
of the list of registered commands. */\r
static const xCommandLineInput xHelpCommand = \r
{\r
- "help",\r
- "help: Lists all the registered commands\r\n",\r
+ ( const signed char * const ) "help",\r
+ ( const signed char * const ) "help: Lists all the registered commands\r\n",\r
prvHelpCommand\r
};\r
\r
}\r
else\r
{\r
- pcReturn = "Command not recognised. Available commands are listed below.\r\n\r\n";\r
+ pcReturn = ( const signed char * const ) "Command not recognised. Available commands are listed below.\r\n\r\n";\r
\r
/* Print out the help string. */\r
pxCommand = &xRegisteredCommands;\r