summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 20:35:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 20:35:31 +0000
commitdacf833f9af5137dcad044152b8c75e56ddd0e79 (patch)
tree77d8c645bbcbc5843d09373dd67bf01207b5739e /apps/README.txt
parent058e81edfdee203f2143b3f0910aa957a7f8da48 (diff)
downloadpx4-nuttx-dacf833f9af5137dcad044152b8c75e56ddd0e79.tar.gz
px4-nuttx-dacf833f9af5137dcad044152b8c75e56ddd0e79.tar.bz2
px4-nuttx-dacf833f9af5137dcad044152b8c75e56ddd0e79.zip
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
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/README.txt b/apps/README.txt
index 272addcb1..86758dddf 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -18,7 +18,7 @@ To execute an application function:
NuttShell provides transparent method of invoking the command, when the
following option is enabled:
- CONFIG_EXAMPLES_NSH_BUILTIN_APPS=y
+ CONFIG_NSH_BUILTIN_APPS=y
in the NuttX configuration.