mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
Rename board_led_off to board_autoled_off
This commit is contained in:
parent
78f19bbefb
commit
893bd9c7b5
99 changed files with 203 additions and 203 deletions
|
|
@ -184,7 +184,7 @@ void board_autoled_on(int led)
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: board_led_off
|
||||
* Name: board_autoled_off
|
||||
*
|
||||
* Description:
|
||||
* Select the "logical" OFF state:
|
||||
|
|
@ -208,7 +208,7 @@ void board_autoled_on(int led)
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
void board_led_off(int led)
|
||||
void board_autoled_off(int led)
|
||||
{
|
||||
switch (led)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue