mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
Add call otSignalTaskletPending() from ProcessQueuedTasklet(). (#766)
This commit is contained in:
@@ -116,6 +116,11 @@ void TaskletScheduler::ProcessQueuedTasklets(void)
|
||||
// only process tasklets that were queued at the time this method was called
|
||||
if (cur == tail)
|
||||
{
|
||||
if (mHead != NULL)
|
||||
{
|
||||
otSignalTaskletPending(cur->mScheduler.GetIp6()->GetInstance());
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user