fix: 修复Kconfig信息错误
close: #I4MZ1F Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: I9216b28ab5b2a43d77512d529a6a6637998e19ea
This commit is contained in:
parent
91e5b3054e
commit
bb04582910
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue