Rename board_led_off to board_autoled_off

This commit is contained in:
Gregory Nutt
2015-11-01 09:10:08 -06:00
parent 78f19bbefb
commit 893bd9c7b5
99 changed files with 203 additions and 203 deletions
+2 -2
View File
@@ -83,10 +83,10 @@ void board_autoled_on(int led)
}
/****************************************************************************
* Name: board_led_off
* Name: board_autoled_off
****************************************************************************/
void board_led_off(int led)
void board_autoled_off(int led)
{
at32uc3_gpiowrite(PINMUX_GPIO_LED1, (led == 2));
at32uc3_gpiowrite(PINMUX_GPIO_LED2, false);