Fixed up SICS task priorities
This commit is contained in:
2
pardef.c
2
pardef.c
@ -1088,7 +1088,7 @@ void ParOut(char *buf)
|
||||
buf);
|
||||
if (!ctx->obj->logPending) {
|
||||
ctx->obj->logPending = 1;
|
||||
TaskRegisterN(pServ->pTasker,"parlog", ParLog, NULL, NULL, ctx->obj, 0); /* schedule ParLog */
|
||||
TaskRegisterN(pServ->pTasker,"parlog", ParLog, NULL, NULL, ctx->obj, TASK_PRIO_LOW); /* schedule ParLog */
|
||||
}
|
||||
break;
|
||||
case PAR_LOG:
|
||||
|
Reference in New Issue
Block a user