arch/arm/src/kinetis/Kconfig: Fix indentation

Remove spaces from Kconfig
This commit is contained in:
simbit18 2023-05-09 15:37:22 +02:00 committed by Xiang Xiao
parent 75b02b037c
commit 1fc6a4469a

View File

@ -1305,7 +1305,7 @@ config KINETIS_UART_BREAKS
break.
config KINETIS_UART_EXTEDED_BREAK
bool "Selects a longer transmitted break character length"
bool "Selects a longer transmitted break character length"
depends on KINETIS_UART_BREAKS
default n
---help---