diff --git a/src/Kconfig b/src/Kconfig index e807b09be4e339eb155fa087ee0b5dd786da8bb8..e0a8050ff1be9801ec6ad793c65ca2d8a2df667f 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.