summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:02:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:02:36 +0000
commit74094f8195669c91e1b64e585ca167c306ad8978 (patch)
treec5f44552d2d3e229e5654b299566b5719193d7f1
parentec367ea2d77e29fa6b2425288c3bc52bbb6f1341 (diff)
downloadpx4-nuttx-74094f8195669c91e1b64e585ca167c306ad8978.tar.gz
px4-nuttx-74094f8195669c91e1b64e585ca167c306ad8978.tar.bz2
px4-nuttx-74094f8195669c91e1b64e585ca167c306ad8978.zip
limits.h is also a required file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@129 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 707c8001f..f1ac32c48 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -176,7 +176,8 @@ below and discussed in the following paragraphs:</p>
|-- include
| |-- arch.h
| |-- irq.h
- | `-- types.h
+ | |-- types.h
+ | `-- limits.h
`-- src
|-- Makefile
`-- <i>(architecture-specific source files)</i>