diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index adfc5d36e9e..444d82659c0 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3434,9 +3434,10 @@ 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. + arch/arm/src/lpc17xx/lpc17_usbhost.c, + arch/arm/src/stm32/stm32_otgfshost.c, + arch/arm/src/sama5/sam_ohci.c, and + arch/arm/src/sama5/sam_ehci.c.