diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 554bf098c23..1cab777e7ee 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: February 15, 2014
+Last Updated: February 27, 2015
@@ -4069,12 +4069,9 @@ int up_shmdt(uintptr_t vaddr, unsigned int npages);
- The <arch-name>/src/common/up_internal.h probably has definitions
- like:
+ The include/nuttx/board.h has declarations like:
-/* Defined in board/up_leds.c */ - #ifdef CONFIG_ARCH_LEDS void board_led_initialize(void); void board_led_on(int led);