This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b730fff6c3216b39ee42d7ee4e0e0b9ae45b7707 Author: Alan Carvalho de Assis <[email protected]> AuthorDate: Sun Jan 22 12:23:16 2023 -0300 b-u585i-iot02a: Don't need to disable CONFIG_ARCH_LEDS --- boards/arm/stm32u5/b-u585i-iot02a/configs/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/stm32u5/b-u585i-iot02a/configs/nsh/defconfig b/boards/arm/stm32u5/b-u585i-iot02a/configs/nsh/defconfig index f9c97f0601..8522e1d301 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/configs/nsh/defconfig +++ b/boards/arm/stm32u5/b-u585i-iot02a/configs/nsh/defconfig @@ -5,7 +5,6 @@ # You can then do "make savedefconfig" to generate a new defconfig file that includes your # modifications. # -# CONFIG_ARCH_LEDS is not set # CONFIG_NSH_ARGCAT is not set # CONFIG_STANDARD_SERIAL is not set CONFIG_ARCH="arm"
