mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix a missing quot mark in a Kconfig
This commit is contained in:
parent
e2dad619f6
commit
45bc73898c
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ endif # !EXAMPLES_OSTEST_FPUTESTDISABLE
|
|||
endif # ARCH_FPU && SCHED_WAITPID && !DISABLE_SIGNALS
|
||||
|
||||
config EXAMPLES_OSTEST_WAITRESULT
|
||||
bool "Wait and return test result
|
||||
bool "Wait and return test result"
|
||||
default y
|
||||
depends on SCHED_WAITPID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue