Merge branch 'multicounter' into develop
This commit is contained in:
5
status.c
5
status.c
@ -391,6 +391,11 @@ static int CheckCountStatus(void *message, void *userData)
|
||||
pTaskHead it;
|
||||
CountTaskData *countTask = NULL;
|
||||
|
||||
/*
|
||||
This function shall never induce an interrupt
|
||||
*/
|
||||
SCSetInterrupt(pServ->dummyCon,eContinue);
|
||||
|
||||
if(*status == eCounting){
|
||||
for(it = TaskIteratorStart(pServ->pTasker); it != NULL; it = TaskIteratorNext(it)){
|
||||
countTask = (CountTaskData *)GetTaskData(it);
|
||||
|
Reference in New Issue
Block a user