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