Minor documentation update

This commit is contained in:
Gregory Nutt
2015-02-27 18:51:47 -06:00
parent f75184b5ac
commit 7e7bd5e1f9
+2 -5
View File
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec"> <h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i> <i>NuttX RTOS Porting Guide</i>
</font></big></h1> </font></big></h1>
<p>Last Updated: February 15, 2014</p> <p>Last Updated: February 27, 2015</p>
</td> </td>
</tr> </tr>
</table> </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> <h3><a name="ledapis">4.9.3 Common LED interfaces</a></h3>
<p> <p>
The <code><i>&lt;arch-name&gt;</i>/src/common/up_internal.h</code> probably has definitions The <code>include/nuttx/board.h</code> has declarations like:
like:
</p> </p>
<ul><pre> <ul><pre>
/* Defined in board/up_leds.c */
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
void board_led_initialize(void); void board_led_initialize(void);
void board_led_on(int led); void board_led_on(int led);