From 92e9591952b9eb7d344314379582cab35337d171 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 12 Aug 2013 14:44:06 -0600 Subject: [PATCH] First of several changes needed to support multiple USB host root hubs --- Documentation/NuttxPortingGuide.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a77df7f0fd..71bb5842c7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: July 26, 2013

+

Last Updated: August 12, 2013

@@ -3433,6 +3433,8 @@ extern void up_ledoff(int led);

Examples: arch/arm/src/lpc17xx/lpc17_usbhost.c. + arch/arm/src/stm32/stm32_otgfshost.c. + arch/arm/src/sama5/sam_ohci.c.

  • @@ -3469,7 +3471,7 @@ extern void up_ledoff(int led);