mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Rename board_led_off to board_autoled_off
This commit is contained in:
@@ -184,10 +184,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)
|
||||
{
|
||||
/* In all states, OFF can only mean turning off the HB LED */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user