mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/nsh: Don't disable error by default
NSH error shouldn't be disabled by default, even when in SMALL Memory because it will make difficult to discover why things are not working. It should be disabled manually by experienced dev. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
4f861a4e21
commit
20ffb1a3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ config NSH_DISABLE_HELP
|
|||
|
||||
config NSH_DISABLE_ERROR_PRINT
|
||||
bool "Disable NSH Error Printing"
|
||||
default DEFAULT_SMALL
|
||||
default n
|
||||
|
||||
config NSH_DISABLE_HEXDUMP
|
||||
bool "Disable hexdump"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue