Drop NSH priority to keep system responsive

This commit is contained in:
Lorenz Meier 2014-11-03 09:48:24 +01:00
parent 9ac13745f8
commit 8652ee0b64

View File

@ -41,3 +41,5 @@ SRCS = nshterm.c
MODULE_STACKSIZE = 1600
MAXOPTIMIZATION = -Os
MODULE_PRIORITY = "SCHED_PRIORITY_DEFAULT-30"