mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 13:47:47 +00:00
Tasklet API cleanup.
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
#include <platform/platform.h>
|
||||
#include <platform/radio.h>
|
||||
|
||||
extern "C" void otSignalTaskletPending(otInstance *)
|
||||
extern "C" void otTaskletsSignalPending(otInstance *)
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" bool otAreTaskletsPending(otInstance *)
|
||||
extern "C" bool otTaskletsArePending(otInstance *)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user