From bb045829104211522cd12a7273d5853400c1ea26 Mon Sep 17 00:00:00 2001 From: arvinzzz Date: Fri, 17 Dec 2021 11:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DKconfig=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=94=99=E8=AF=AF=20close:=20#I4MZ1F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: arvinzzz Change-Id: I9216b28ab5b2a43d77512d529a6a6637998e19ea --- kal/posix/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kal/posix/Kconfig b/kal/posix/Kconfig index 1ccaafc6..95cb3bdf 100644 --- a/kal/posix/Kconfig +++ b/kal/posix/Kconfig @@ -48,13 +48,13 @@ config POSIX_SEM_API Answer Y to enable LiteOS support POSIX Semaphore API. config POSIX_CLOCK_API - bool "Enable POSIX Semaphore API" + bool "Enable POSIX Clock API" default y help Answer Y to enable LiteOS support POSIX Clock API. config POSIX_MQUEUE_API - bool "Enable POSIX Semaphore API" + bool "Enable POSIX Mqueue API" default y help Answer Y to enable LiteOS support POSIX Mqueue API.