mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Rename board_led_on to board_autoled_on
This commit is contained in:
@@ -137,10 +137,10 @@ void board_autoled_initialize(void)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Name: board_led_on
|
||||
* Name: board_autoled_on
|
||||
****************************************************************************/
|
||||
|
||||
void board_led_on(int led)
|
||||
void board_autoled_on(int led)
|
||||
{
|
||||
/* We will control LED1 and LED2 not yet completed the boot sequence. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user