fix: 修复Kconfig信息错误

close: #I4MZ1F

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: I9216b28ab5b2a43d77512d529a6a6637998e19ea
This commit is contained in:
arvinzzz 2021-12-17 11:35:04 +08:00
parent 91e5b3054e
commit bb04582910
1 changed files with 2 additions and 2 deletions

View File

@ -48,13 +48,13 @@ config POSIX_SEM_API
Answer Y to enable LiteOS support POSIX Semaphore API. Answer Y to enable LiteOS support POSIX Semaphore API.
config POSIX_CLOCK_API config POSIX_CLOCK_API
bool "Enable POSIX Semaphore API" bool "Enable POSIX Clock API"
default y default y
help help
Answer Y to enable LiteOS support POSIX Clock API. Answer Y to enable LiteOS support POSIX Clock API.
config POSIX_MQUEUE_API config POSIX_MQUEUE_API
bool "Enable POSIX Semaphore API" bool "Enable POSIX Mqueue API"
default y default y
help help
Answer Y to enable LiteOS support POSIX Mqueue API. Answer Y to enable LiteOS support POSIX Mqueue API.