mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix a typo in a Kconfig file
This commit is contained in:
parent
95eea325cf
commit
f9afefe7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ config NSH_DISABLE_PWD
|
|||
default n
|
||||
|
||||
config NSH_DISABLE_REBOOT
|
||||
bool "Disbable reboot"
|
||||
bool "Disable reboot"
|
||||
default n if !DEFAULT_SMALL && !BOARDCTL_POWEROFF
|
||||
default y if DEFAULT_SMALL || BOARDCTL_POWEROFF
|
||||
depends on BOARDCTL_RESET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue