diff --git a/arch b/arch index 848fedb13d7..89bca2d78b1 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 848fedb13d7dca0bfcd85e3e302d0deea23e9ce0 +Subproject commit 89bca2d78b1fcf2292c1b049a9e8a1b6dfe173d5 diff --git a/configs b/configs index 2ae6dba1933..bcc35c55a98 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 2ae6dba193311d26f3778c2624bf2190d300a72e +Subproject commit bcc35c55a98e42fa2e4cc4052468e24aa5c2d43f diff --git a/include/nuttx/board.h b/include/nuttx/board.h index 2019db6ad56..40f17ff3e9a 100644 --- a/include/nuttx/board.h +++ b/include/nuttx/board.h @@ -397,7 +397,7 @@ void board_autoled_initialize(void); #endif /**************************************************************************** - * Name: board_led_on + * Name: board_autoled_on * * Description: * Set the LED configuration into the ON condition for the state provided @@ -426,9 +426,9 @@ void board_autoled_initialize(void); ****************************************************************************/ #ifdef CONFIG_ARCH_LEDS -void board_led_on(int led); +void board_autoled_on(int led); #else -# define board_led_on(led) +# define board_autoled_on(led) #endif /****************************************************************************