mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-27 18:10:45 +00:00
增加hctest栈空间
Signed-off-by: Xiaowei <swing.yao@huawei.com>
This commit is contained in:
parent
2a4071f915
commit
3cdb63eb07
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user