You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/05/12 05:58:52 UTC

[incubator-nuttx] branch master updated: arm/tlsr82: fix kconfig warning

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 04f7beea83 arm/tlsr82: fix kconfig warning
04f7beea83 is described below

commit 04f7beea833ef8486c6c34b09dea78330f28c527
Author: chao.an <an...@xiaomi.com>
AuthorDate: Thu May 12 12:47:59 2022 +0800

    arm/tlsr82: fix kconfig warning
    
    arch/arm/src/tlsr82/Kconfig:272:warning: leading whitespace ignored
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 arch/arm/src/tlsr82/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/tlsr82/Kconfig b/arch/arm/src/tlsr82/Kconfig
index 5ca08caa82..031b2fc74c 100644
--- a/arch/arm/src/tlsr82/Kconfig
+++ b/arch/arm/src/tlsr82/Kconfig
@@ -269,7 +269,7 @@ config TLSR82_PWM0_PULSECOUNT
 # PWM1 configuration
 
 config TLSR82_PWM1
-	bool " TLSR82 PWM1 Enable"
+	bool "TLSR82 PWM1 Enable"
 	default n
 
 # PWM2 configuration