From 40ff317c5b2da14dfec26a313a3355977c1290e5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Jan 2012 14:24:15 +0000 Subject: More clean up of namespace git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/Documentation') 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);

Examples: - drivers/usbdev/usbdev_serial.c and drivers/usbdev/usbdev_storage.c + drivers/usbdev/pl2303.c and drivers/usbdev/usbmsc.c

  • @@ -3100,8 +3100,8 @@ extern void up_ledoff(int led);

    Examples: - The function usbdev_serialinitialize() in the file drivers/usbdev/usbdev_serial.c and - the function in the file drivers/usbdev/usbdev_storage.c + The function usbdev_serialinitialize() in the file drivers/usbdev/pl2303.c and + the function in the file drivers/usbdev/usbmsc.c

  • -- cgit v1.2.3