summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 18:51:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 18:51:47 -0600
commit12da94c354fd9eef2411c9a22f53a95a3de51744 (patch)
tree3aafaa9104d85e8ee1d82073a8cb672ddc11c87e
parentaa622de663e0f96c5d7d4e4bc1d977b4febe6786 (diff)
downloadnuttx-12da94c354fd9eef2411c9a22f53a95a3de51744.tar.gz
nuttx-12da94c354fd9eef2411c9a22f53a95a3de51744.tar.bz2
nuttx-12da94c354fd9eef2411c9a22f53a95a3de51744.zip
Minor documentation update
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 554bf098c..1cab777e7 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: February 15, 2014</p>
+ <p>Last Updated: February 27, 2015</p>
</td>
</tr>
</table>
@@ -4069,12 +4069,9 @@ int up_shmdt(uintptr_t vaddr, unsigned int npages);
<h3><a name="ledapis">4.9.3 Common LED interfaces</a></h3>
<p>
- The <code><i>&lt;arch-name&gt;</i>/src/common/up_internal.h</code> probably has definitions
- like:
+ The <code>include/nuttx/board.h</code> has declarations like:
</p>
<ul><pre>
-/* Defined in board/up_leds.c */
-
#ifdef CONFIG_ARCH_LEDS
void board_led_initialize(void);
void board_led_on(int led);