You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2023/01/30 14:49:57 UTC

[nuttx] branch master updated: watchdog:fix Kconfig typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f2f62f4ce watchdog:fix Kconfig typo
6f2f62f4ce is described below

commit 6f2f62f4ce3ea2f3621a296b201b657fbc9057f5
Author: anjiahao <an...@xiaomi.com>
AuthorDate: Mon Jan 30 20:55:06 2023 +0800

    watchdog:fix Kconfig typo
    
    Signed-off-by: anjiahao <an...@xiaomi.com>
---
 drivers/timers/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig
index b0a86dd0bf..a1bc6abc08 100644
--- a/drivers/timers/Kconfig
+++ b/drivers/timers/Kconfig
@@ -356,7 +356,7 @@ config WATCHDOG_DEVPATH
 
 config CONFIG_WATCHDOG_MAGIC_V
 	bool "Watchdog Device Magic num"
-	default Y
+	default y
 	---help---
 		The watchdog can be stopped by writing 'V' to the watchdog's device node