Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-18 20:35:31 +00:00
parent 4923fdabc1
commit a05c1d4bc2
18 changed files with 312 additions and 312 deletions

View File

@@ -51,7 +51,7 @@
#include "nsh.h"
#ifdef CONFIG_EXAMPLES_NSH_BUILTIN_APPS
#ifdef CONFIG_NSH_BUILTIN_APPS
/****************************************************************************
* Definitions
@@ -127,6 +127,6 @@ int nsh_execapp(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
return OK;
}
#endif /* CONFIG_EXAMPLES_NSH_BUILTIN_APPS */
#endif /* CONFIG_NSH_BUILTIN_APPS */