Merge pull request #2533 from yangjie11/stm32dev

[src][Kconfig]open soft_timer by default
This commit is contained in:
Bernard Xiong 2019-04-01 18:05:18 +08:00 committed by GitHub
commit 312a6200f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.