summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-16 22:05:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-16 22:05:28 +0000
commitcb422303483b4cb1af4b9f024b4da010c159f18b (patch)
tree3caecfd0b065ad5873070a79be797b03ea25a24c /nuttx/Documentation/NuttxUserGuide.html
parenteeb84bc3e196548c3c09bd049a648a19e2836f1d (diff)
downloadpx4-nuttx-cb422303483b4cb1af4b9f024b4da010c159f18b.tar.gz
px4-nuttx-cb422303483b4cb1af4b9f024b4da010c159f18b.tar.bz2
px4-nuttx-cb422303483b4cb1af4b9f024b4da010c159f18b.zip
Poll API may be disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1259 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 557d59036..7d37b73ef 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -5772,7 +5772,7 @@ interface of the same name.
<li><a href="#unsetenv">2.10.5 <code>unsetenv</code></a></li>
</ul>
<p><b>Disabling Environment Variable Support</b>.
- All support for environment variables can be disabled by setting <code>CONFIG_DISABLE_ENVIRONMENT</code>
+ All support for environment variables can be disabled by setting <code>CONFIG_DISABLE_ENVIRON</code>
in the board configuration file.
</p>