Description: add protect flag to resource task

Reviewed-by: shenwei and zhangfanfan
This commit is contained in:
likailong
2020-12-26 10:43:04 +08:00
parent 05e11d4034
commit 3dd32b9901
4 changed files with 21 additions and 4 deletions

View File

@@ -1626,7 +1626,7 @@ VOID OsWaitConsoleSendTaskPend(UINT32 taskID)
UINT32 i;
CONSOLE_CB *console = NULL;
LosTaskCB *taskCB = NULL;
INT32 waitTime = 30000; /* 30000: 30 seconds*/
INT32 waitTime = 3000; /* 3000: 3 seconds*/
for (i = 0; i < CONSOLE_NUM; i++) {
console = g_console[i];