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
parent 4d5f60005c
commit 3871e2e6bb

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"