Add call otSignalTaskletPending() from ProcessQueuedTasklet(). (#766)

This commit is contained in:
Jonathan Hui
2016-10-07 11:57:23 -07:00
committed by GitHub
parent 27ab4b2681
commit 47920e8f69
+5
View File
@@ -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;
}
}