summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 14:02:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 14:02:46 +0000
commit3ebe09f0ac8d3be70fda8df613db3c6c9f695db4 (patch)
tree482862f08bfb82ca1b40e6ce593d3ee50e8e66ca /nuttx/Documentation/NuttxPortingGuide.html
parent4420325c8d95946e80243faa135490ae03ee277f (diff)
downloadpx4-nuttx-3ebe09f0ac8d3be70fda8df613db3c6c9f695db4.tar.gz
px4-nuttx-3ebe09f0ac8d3be70fda8df613db3c6c9f695db4.tar.bz2
px4-nuttx-3ebe09f0ac8d3be70fda8df613db3c6c9f695db4.zip
Minor pipe updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@780 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index c164f5a54..4c07bbba7 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1510,8 +1510,8 @@ The system can be re-made subsequently by just typing <code>make</code>.
watchdog structures to minimize dynamic allocations
</li>
<li>
- <code>CONFIG_DEV_FIFO_SIZE</code>: Size, in bytes, of the buffer to allocated
- for FIFO support (default is 1024).
+ <code>CONFIG_DEV_PIPE_SIZE</code>: Size, in bytes, of the buffer to allocated
+ for pipe and FIFO support (default is 1024).
</li>
</ul>