Fixed up SICS task priorities
This commit is contained in:
2
sinq.c
2
sinq.c
@ -125,7 +125,7 @@ int SinqFactory(SConnection * pCon, SicsInterp * pSics,
|
||||
for (i = 0; i < MAXLOG; i++) {
|
||||
pNew->lastSinq[i] = -200;
|
||||
}
|
||||
TaskRegisterN(pServ->pTasker,"sinq", SinqTask, NULL, NULL, pNew, 1);
|
||||
TaskRegisterN(pServ->pTasker,"sinq", SinqTask, NULL, NULL, pNew, TASK_PRIO_LOW);
|
||||
return AddCommand(pSics, "sinq", SinqWrapper, KillSinq, pNew);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user