Explorar o código

[src][Kconfig]Open soft_timer by default

yangjie %!s(int64=6) %!d(string=hai) anos
pai
achega
a7f4f120dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Kconfig

+ 1 - 1
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.