diff --git a/Documentation b/Documentation index 7a768453c1..81e94b2e1d 160000 --- a/Documentation +++ b/Documentation @@ -1 +1 @@ -Subproject commit 7a768453c1ca9602d668c79d45db141b74d5c215 +Subproject commit 81e94b2e1d2831d590f07ef729e74a7b66922ac5 diff --git a/arch b/arch index 89bca2d78b..7eca3dcc8f 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 89bca2d78b1fcf2292c1b049a9e8a1b6dfe173d5 +Subproject commit 7eca3dcc8f3624c3e0fe383e1d3f047e3d8c4a83 diff --git a/configs b/configs index bcc35c55a9..3b9c3d5ed2 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit bcc35c55a98e42fa2e4cc4052468e24aa5c2d43f +Subproject commit 3b9c3d5ed2439cf85344999f986150d59d5a5972 diff --git a/include/nuttx/board.h b/include/nuttx/board.h index 40f17ff3e9..385a4ac06e 100644 --- a/include/nuttx/board.h +++ b/include/nuttx/board.h @@ -432,7 +432,7 @@ void board_autoled_on(int led); #endif /**************************************************************************** - * Name: board_led_off + * Name: board_autoled_off * * Description: * Set the LED configuration into the OFF condition for the state provided @@ -457,9 +457,9 @@ void board_autoled_on(int led); ****************************************************************************/ #ifdef CONFIG_ARCH_LEDS -void board_led_off(int led); +void board_autoled_off(int led); #else -# define board_led_off(led) +# define board_autoled_off(led) #endif /****************************************************************************