mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename board_led_off to board_autoled_off
This commit is contained in:
@@ -252,11 +252,11 @@ void board_autoled_on(int led)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: board_led_off
|
||||
* Name: board_autoled_off
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
void board_led_off(int led)
|
||||
void board_autoled_off(int led)
|
||||
{
|
||||
if ((unsigned)led < LED_NVALUES)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user