Przeglądaj źródła

Merge pull request #2533 from yangjie11/stm32dev

[src][Kconfig]open soft_timer by default
Bernard Xiong 6 lat temu
rodzic
commit
312a6200f6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Kconfig

+ 1 - 1
src/Kconfig

@@ -100,7 +100,7 @@ config IDLE_THREAD_STACK_SIZE
 
 
 config RT_USING_TIMER_SOFT
 config RT_USING_TIMER_SOFT
     bool "Enable software timer with a timer thread"
     bool "Enable software timer with a timer thread"
-    default n
+    default y
     help
     help
         the timeout function context of soft-timer is under a high priority timer
         the timeout function context of soft-timer is under a high priority timer
         thread.
         thread.