From de0aea025bb2a7a9c8aefb846de87a61a4f34a45 Mon Sep 17 00:00:00 2001 From: zhangcaiqian Date: Tue, 26 Apr 2022 16:01:01 +0800 Subject: [PATCH] Modify the priority of main function --- APP_Framework/Applications/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP_Framework/Applications/Kconfig b/APP_Framework/Applications/Kconfig index 04130d0ed..7d66db54a 100644 --- a/APP_Framework/Applications/Kconfig +++ b/APP_Framework/Applications/Kconfig @@ -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