From 3cdb63eb076815e84a810d19b66508b2ae17c489 Mon Sep 17 00:00:00 2001 From: Xiaowei Date: Fri, 29 Oct 2021 08:13:44 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hctest=E6=A0=88=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=20Signed-off-by:=20Xiaowei=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hctest/src/hctest_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hctest/src/hctest_service.c b/hctest/src/hctest_service.c index e997fbc..3856edb 100644 --- a/hctest/src/hctest_service.c +++ b/hctest/src/hctest_service.c @@ -87,7 +87,7 @@ static BOOL MessageHandle(Service *service, Request *request) static TaskConfig GetTaskConfig(Service *service) { - TaskConfig config = {LEVEL_MIDDLE, PRI_NORMAL, 0x1000, TASK_QUEUE_SIZE, SINGLE_TASK}; + TaskConfig config = {LEVEL_MIDDLE, PRI_NORMAL, 0x1800, TASK_QUEUE_SIZE, SINGLE_TASK}; (void)service; return config; };