mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Fix a typo introduced in Kconfig with last commit
This commit is contained in:
parent
57a1360c84
commit
255673b9d0
1 changed files with 1 additions and 1 deletions
2
Kconfig
2
Kconfig
|
|
@ -735,7 +735,7 @@ endif # DEBUG_NET
|
|||
config DEBUG_WIRELESS
|
||||
bool "Wireless Debug Features"
|
||||
default n
|
||||
depends on WIRELESS | DRIVERS_WIRELESS
|
||||
depends on WIRELESS || DRIVERS_WIRELESS
|
||||
---help---
|
||||
Enable DEBUG_WIRELESS debug features.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue