mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix missing quote in Kconfig
This commit is contained in:
@@ -335,7 +335,7 @@ config DJOYSTICK
|
||||
if DJOYSTICK
|
||||
|
||||
config DJOYSTICK_NPOLLWAITERS
|
||||
int "Max Number of Poll Waiters
|
||||
int "Max Number of Poll Waiters"
|
||||
default 2
|
||||
depends on !DISABLE_POLL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user