Modify the priority of main function

This commit is contained in:
zhangcaiqian 2022-04-26 16:01:01 +08:00
parent 03bfe85c2b
commit de0aea025b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ menu "Applications"
config MAIN_KTASK_PRIORITY
int
default 4 if KTASK_PRIORITY_8
default 10 if KTASK_PRIORITY_32
default 16 if KTASK_PRIORITY_32
default 85 if KTASK_PRIORITY_256
endmenu