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
+2 -2
View File
@@ -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;
}