nshterm: Use only the stack we really need

This commit is contained in:
Lorenz Meier 2014-05-14 14:02:01 +02:00
parent c2f825647e
commit 6018ffa462
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@
MODULE_COMMAND = nshterm
SRCS = nshterm.c
MODULE_STACKSIZE = 3000
MODULE_STACKSIZE = 1500