4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 07:23:36 +08:00

code indent

This commit is contained in:
geniusgogo 2018-11-10 10:45:36 +08:00
parent 1b8d7b3557
commit 379451c081

View File

@ -51,14 +51,14 @@ config RT_USING_OVERFLOW_CHECK
config RT_USING_HOOK
bool "Enable system hook"
default y
select RT_USING_IDLE_HOOK
select RT_USING_IDLE_HOOK
help
Enable the hook function when system running, such as idle thread hook,
thread context switch etc.
config RT_USING_IDLE_HOOK
bool "Enable IDLE Task hook"
default y if RT_USING_HOOK
bool "Enable IDLE Task hook"
default y if RT_USING_HOOK
if RT_USING_IDLE_HOOK
config RT_IDEL_HOOK_LIST_SIZE