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
@@ -73,10 +73,10 @@ void board_autoled_initializeialize(void)
}
/****************************************************************************
* Name: board_led_on
* Name: board_autoled_on
****************************************************************************/
void board_led_on(int led)
void board_autoled_on(int led)
{
at32uc3_gpiowrite(PINMUX_GPIO_LED1, (led != 0));
at32uc3_gpiowrite(PINMUX_GPIO_LED2, (led == 2));