Process all currently queued tasklets in one shot. (#735)

This commit is contained in:
Jonathan Hui
2016-09-30 15:21:03 -07:00
committed by GitHub
parent a93948614b
commit 7325d2edf4
6 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
while (1)
{
otProcessNextTasklet(sInstance);
otProcessQueuedTasklets(sInstance);
PlatformProcessDrivers(sInstance);
}