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 0149fa05ad187fa626fb5d06ac9ecad8ee18b69c Author: simbit18 <[email protected]> AuthorDate: Wed May 10 11:23:23 2023 +0200 boards/arm/tlsr82/tlsr8278adk80d/Kconfig: Fix Kconfig style Remove spaces from Kconfig files Add TABs --- boards/arm/tlsr82/tlsr8278adk80d/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/arm/tlsr82/tlsr8278adk80d/Kconfig b/boards/arm/tlsr82/tlsr8278adk80d/Kconfig index 8d44d61034..13ca37f169 100644 --- a/boards/arm/tlsr82/tlsr8278adk80d/Kconfig +++ b/boards/arm/tlsr82/tlsr8278adk80d/Kconfig @@ -8,21 +8,21 @@ if ARCH_BOARD_TLSR8278ADK80D menu "Telink TLSR8278ADK80D board" choice - prompt "Default pin interrupt type" - default PIN_INTERRUPT_DEFAULT_RISING - depends on DEV_GPIO + prompt "Default pin interrupt type" + default PIN_INTERRUPT_DEFAULT_RISING + depends on DEV_GPIO config PIN_INTERRUPT_DEFAULT_RISING - bool "Rising" + bool "Rising" config PIN_INTERRUPT_DEFAULT_FALLING - bool "Falling" + bool "Falling" config PIN_INTERRUPT_DEFAULT_HIGH - bool "High level" + bool "High level" config PIN_INTERRUPT_DEFAULT_LOW - bool "Low level" + bool "Low level" endchoice
