补充cmsis queue测试用例
Signed-off-by: xuxinyu <xuxinyu6@huawei.com> Change-Id: Ic717514a92c5b98f247ad7185122722878d16506
This commit is contained in:
@@ -704,6 +704,7 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_QueueDelete(UINT32 queueID)
|
||||
|
||||
queue = queueCB->queue;
|
||||
queueCB->queue = (UINT8 *)NULL;
|
||||
queueCB->queueName = (UINT8 *)NULL;
|
||||
queueCB->queueState = OS_QUEUE_UNUSED;
|
||||
|
||||
#if (LOSCFG_BASE_IPC_QUEUE_STATIC == 1)
|
||||
|
||||
Reference in New Issue
Block a user