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 c706dd87a7
commit caa7d7faa5

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"