!469 修复posix的Kconfig
Merge pull request !469 from Zhaotianyu/1217Kconfig_fix
This commit is contained in:
commit
e6dd09733d
|
@ -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