mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/nshlib: Never disable HELP and ?
This commit is contained in:
parent
e2805fc9c4
commit
63dd3547fd
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ config NSH_DISABLE_GET
|
||||||
|
|
||||||
config NSH_DISABLE_HELP
|
config NSH_DISABLE_HELP
|
||||||
bool "Disable help"
|
bool "Disable help"
|
||||||
default DEFAULT_SMALL
|
default n
|
||||||
|
|
||||||
config NSH_DISABLE_ERROR_PRINT
|
config NSH_DISABLE_ERROR_PRINT
|
||||||
bool "Disable NSH Error Printing"
|
bool "Disable NSH Error Printing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue