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 f5514a11139a84a293a99c089e6ede129ddf4e5c Author: simbit18 <[email protected]> AuthorDate: Wed May 10 11:37:04 2023 +0200 arch/xtensa/src/esp32/Kconfig: Fix Kconfig style Remove spaces from Kconfig files Add TABs --- arch/xtensa/src/esp32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig index 932ed3d834..b31054e6de 100644 --- a/arch/xtensa/src/esp32/Kconfig +++ b/arch/xtensa/src/esp32/Kconfig @@ -1093,7 +1093,7 @@ config ESP32_I2CTIMEOMS endmenu # I2C configuration menu "TWAI driver options" - depends on ESP32_TWAI + depends on ESP32_TWAI if ESP32_TWAI0
