mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 12:20:46 +00:00
arch/xtensa/src/esp32/kconfig: Fix indentation
Remove spaces from Kconfig Add TABs
This commit is contained in:
parent
94aff9f937
commit
999ac5d5bb
1 changed files with 6 additions and 6 deletions
|
|
@ -1135,12 +1135,12 @@ config ESP32_TWAI0_SAM
|
|||
endif # ESP32_TWAI0
|
||||
|
||||
config ESP32_TWAI_REGDEBUG
|
||||
bool "TWAI register level debug"
|
||||
depends on DEBUG_CAN_INFO
|
||||
default n
|
||||
---help---
|
||||
Output detailed register-level TWAI debug information. Requires also
|
||||
CONFIG_DEBUG_CAN_INFO.
|
||||
bool "TWAI register level debug"
|
||||
depends on DEBUG_CAN_INFO
|
||||
default n
|
||||
---help---
|
||||
Output detailed register-level TWAI debug information. Requires also
|
||||
CONFIG_DEBUG_CAN_INFO.
|
||||
|
||||
endmenu #ESP32_TWAI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue