!275 调整任务栈大小

Merge pull request !275 from 张欣宇/master
This commit is contained in:
openharmony_ci
2023-10-07 01:18:19 +00:00
committed by Gitee
@@ -24,7 +24,7 @@
#include "samgr_lite.h"
namespace OHOS {
const int STACK_SIZE = 0x1C00;
const int STACK_SIZE = 0x1A00;
const int QUEUE_SIZE = 20;
extern Bmsbuff *g_bmsbuff;