mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Minor documentation update
This commit is contained in:
@@ -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><arch-name></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);
|
||||||
|
|||||||
Reference in New Issue
Block a user