From a7f4f120ddbd441665a857c3ee21c4ca1c300c1d Mon Sep 17 00:00:00 2001 From: yangjie Date: Mon, 1 Apr 2019 17:10:41 +0800 Subject: [PATCH] [src][Kconfig]Open soft_timer by default --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index e807b09be4..e0a8050ff1 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -100,7 +100,7 @@ config IDLE_THREAD_STACK_SIZE config RT_USING_TIMER_SOFT bool "Enable software timer with a timer thread" - default n + default y help the timeout function context of soft-timer is under a high priority timer thread. -- GitLab