Fixed up SICS task priorities
This commit is contained in:
2
ease.c
2
ease.c
@ -840,7 +840,7 @@ static int EaseInit(SConnection * pCon, EaseBase * eab, int argc,
|
||||
eab->task = FsmStartTask(eab, eab->handler, eab->idle, eab->p.name);
|
||||
|
||||
TaskRegisterN(pServ->pTasker,"ease", (TaskFunc) FsmTaskHandler, NULL, FsmKill,
|
||||
eab->task, 0);
|
||||
eab->task, TASK_PRIO_LOW);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user