Fixed up SICS task priorities

This commit is contained in:
2017-01-25 11:53:49 +01:00
parent 5ed400e2ff
commit 324d9f4bc1
4 changed files with 4 additions and 4 deletions

View File

@ -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: