Rename board_led_on to board_autoled_on

This commit is contained in:
Gregory Nutt
2015-11-01 09:07:36 -06:00
parent 88c506d843
commit 78f19bbefb
102 changed files with 217 additions and 217 deletions
+2 -2
View File
@@ -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)
{