补充cmsis queue测试用例

Signed-off-by: xuxinyu <xuxinyu6@huawei.com>
Change-Id: Ic717514a92c5b98f247ad7185122722878d16506
This commit is contained in:
xuxinyu
2022-08-11 11:43:12 +08:00
parent 192a2a6e61
commit 08404f3252
4 changed files with 372 additions and 3 deletions

View File

@@ -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)