mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
sched/Kconfig: make disable idle loop configurable
disable idle loop in experimental Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
252b4a4094
commit
3a5abf724e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ config DISABLE_ENVIRON
|
|||
endif # DISABLE_OS_API
|
||||
|
||||
config DISABLE_IDLE_LOOP
|
||||
bool
|
||||
bool "Disable idle loop support"
|
||||
default n
|
||||
---help---
|
||||
This option allows nx_start to return instead of
|
||||
|
|
Loading…
Reference in a new issue