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:
Alan Carvalho de Assis 2026-07-05 09:56:53 -03:00 committed by Alan C. Assis
parent 4f861a4e21
commit 20ffb1a3a3

View file

@ -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"