mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename board_led_on to board_autoled_on
This commit is contained in:
@@ -130,7 +130,7 @@ void a1x_led_initialize(void)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Name: board_led_on
|
||||
* Name: board_autoled_on
|
||||
*
|
||||
* Description:
|
||||
* Select the "logical" ON state:
|
||||
@@ -154,7 +154,7 @@ void a1x_led_initialize(void)
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
void board_led_on(int led)
|
||||
void board_autoled_on(int led)
|
||||
{
|
||||
switch (led)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user