Basic telnet NSH on ARM9

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@852 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-08-29 21:14:45 +00:00
parent 67814a8f49
commit 895bff0617
6 changed files with 12 additions and 7 deletions
+1
View File
@@ -161,6 +161,7 @@ static const struct cmdmap_s g_cmdmap[] =
* Public Data
****************************************************************************/
const char g_nshgreeting[] = "NuttShell (NSH)\n";
const char g_nshprompt[] = "nsh> ";
const char g_fmtargrequired[] = "nsh: %s: missing required argument(s)\n";
const char g_fmtarginvalid[] = "nsh: %s: argument invalid\n";