nshterm: increase stack size to fix crash on 'ls -l'

This commit is contained in:
Anton Babushkin 2014-07-29 12:01:09 +02:00
parent 577e75ab5a
commit c9eea8fbfa
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@
MODULE_COMMAND = nshterm
SRCS = nshterm.c
MODULE_STACKSIZE = 1200
MODULE_STACKSIZE = 1400