summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-26 14:24:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-26 14:24:15 +0000
commit40ff317c5b2da14dfec26a313a3355977c1290e5 (patch)
tree7dd31865bd59ecd919564adcfc210f0b5f4f608b /nuttx/Documentation
parent8f0c521b7b0bc4722d46ba380a7592171eae4420 (diff)
downloadpx4-nuttx-40ff317c5b2da14dfec26a313a3355977c1290e5.tar.gz
px4-nuttx-40ff317c5b2da14dfec26a313a3355977c1290e5.tar.bz2
px4-nuttx-40ff317c5b2da14dfec26a313a3355977c1290e5.zip
More clean up of namespace
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index fb0a1b4a8..676e6a2e8 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3080,7 +3080,7 @@ extern void up_ledoff(int led);
</p>
<p>
<b>Examples</b>:
- <code>drivers/usbdev/usbdev_serial.c</code> and <code>drivers/usbdev/usbdev_storage.c</code>
+ <code>drivers/usbdev/pl2303.c</code> and <code>drivers/usbdev/usbmsc.c</code>
</p>
</li>
<li>
@@ -3100,8 +3100,8 @@ extern void up_ledoff(int led);
</p>
<p>
<b>Examples</b>:
- The function <code>usbdev_serialinitialize()</code> in the file <code>drivers/usbdev/usbdev_serial.c</code> and
- the function <code></code> in the file <code>drivers/usbdev/usbdev_storage.c</code>
+ The function <code>usbdev_serialinitialize()</code> in the file <code>drivers/usbdev/pl2303.c</code> and
+ the function <code></code> in the file <code>drivers/usbdev/usbmsc.c</code>
</p>
</li>
<li>