Tasklet API cleanup.

This commit is contained in:
Jonathan Hui
2017-03-02 10:24:55 -08:00
parent 10e5b9a38f
commit 77bc491c56
23 changed files with 98 additions and 40 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void TestFuzz(uint32_t aSeconds)
while (otPlatAlarmGetNow() < tEnd)
{
otProcessQueuedTasklets(aInstance);
otTaskletsProcess(aInstance);
if (g_testPlatAlarmSet && otPlatAlarmGetNow() >= g_testPlatAlarmNext)
{