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 58ebf26b98cf7cf4cc4d7f0103bb8c9432206d48
Author: simbit18 <[email protected]>
AuthorDate: Tue May 9 16:02:11 2023 +0200

    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"

Reply via email to