From db32ad90bfc0afb3d0dbc7b9abc27e73cba46720 Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Mon, 16 Jan 2023 16:17:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E5=86=85=E6=A0=B8=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E6=B8=85=E7=90=86=20=E6=B8=85=E9=99=A4=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=AD=E7=9A=84=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yinjiaming Change-Id: I734525c036fcfe481d0781d459bc273ef8224791 --- kernel/include/los_queue.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kernel/include/los_queue.h b/kernel/include/los_queue.h index 5c2629dd..7dc50cc9 100644 --- a/kernel/include/los_queue.h +++ b/kernel/include/los_queue.h @@ -453,7 +453,7 @@ extern UINT32 LOS_QueueCreateStatic(const CHAR *queueName, * first. *
  • bufferAddr stores the obtained data.
  • *
  • Do not read or write a queue in unblocking modes such as an interrupt.
  • - *
  • This API cannot be called before the Huawei LiteOS is initialized.
  • + *
  • This API cannot be called before the kernel is initialized.
  • *
  • The argument timeOut is a relative time.
  • * * @@ -498,7 +498,7 @@ extern UINT32 LOS_QueueReadCopy(UINT32 queueID, *