mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 22:09:54 +00:00
Tasklet API cleanup.
This commit is contained in:
@@ -138,7 +138,7 @@ void TestFuzz(uint32_t aSeconds)
|
||||
|
||||
while (otPlatAlarmGetNow() < tEnd)
|
||||
{
|
||||
otProcessQueuedTasklets(aInstance);
|
||||
otTaskletsProcess(aInstance);
|
||||
|
||||
if (g_testPlatAlarmSet && otPlatAlarmGetNow() >= g_testPlatAlarmNext)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user