mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
Process all currently queued tasklets in one shot. (#735)
This commit is contained in:
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
while (1)
|
||||
{
|
||||
otProcessNextTasklet(sInstance);
|
||||
otProcessQueuedTasklets(sInstance);
|
||||
PlatformProcessDrivers(sInstance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user