]> git.sur5r.net Git - freertos/commitdiff
Convert double quotes in a command help string to single quotes to allow the string...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 16 Aug 2013 13:34:28 +0000 (13:34 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 16 Aug 2013 13:34:28 +0000 (13:34 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2005 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c

index 9e1ae4d9c323e9957357651a1c2afb7acbbbc14a..b41e86b7a1f5f3d258dad95e991c0ca2089f8f35 100644 (file)
@@ -206,7 +206,7 @@ size_t xCommandStringLength;
        else\r
        {\r
                /* pxCommand was NULL, the command was not found. */\r
-               strncpy( ( char * ) pcWriteBuffer, ( const char * const ) "Command not recognised.  Enter \"help\" to view a list of available commands.\r\n\r\n", xWriteBufferLen );\r
+               strncpy( ( char * ) pcWriteBuffer, ( const char * const ) "Command not recognised.  Enter 'help' to view a list of available commands.\r\n\r\n", xWriteBufferLen );\r
                xReturn = pdFALSE;\r
        }\r
 \r