From 58ebf26b98cf7cf4cc4d7f0103bb8c9432206d48 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 9 May 2023 16:02:11 +0200 Subject: [PATCH] arch/arm/src/tlsr82/Kconfig: Fix indentation Remove spaces from Kconfig Add TABs --- arch/arm/src/tlsr82/Kconfig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/src/tlsr82/Kconfig b/arch/arm/src/tlsr82/Kconfig index d9d34918e0..61d5762273 100644 --- a/arch/arm/src/tlsr82/Kconfig +++ b/arch/arm/src/tlsr82/Kconfig @@ -340,20 +340,20 @@ config TLSR82_ADC_CALI_PARA_ADDR equal to the address defined in production tools. config TLSR82_ADC_CHAN0 - bool "TLSR82 Adc channel 0 enable" - default n + bool "TLSR82 Adc channel 0 enable" + default n config TLSR82_ADC_CHAN1 - bool "TLSR82 Adc channel 1 enable" - default n + bool "TLSR82 Adc channel 1 enable" + default n config TLSR82_ADC_CHAN2 - bool "TLSR82 Adc channel 2 enable" - default n + bool "TLSR82 Adc channel 2 enable" + default n config TLSR82_ADC_VBAT - bool "TLSR82 Adc channel Vbat enable" - default n + bool "TLSR82 Adc channel Vbat enable" + default n config TLSR82_ADC_FILT_NUM int "TLSR82 Adc filter average number"