mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 04:07:47 +00:00
Refactor OpenThread Global Variables into a Single Context Structure (#357)
* Refactor OpenThread to contain all global/static variables in a single context structure.
This commit is contained in:
@@ -65,11 +65,6 @@ extern "C" {
|
||||
{
|
||||
}
|
||||
|
||||
bool otAreTaskletsPending(otInstance *)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
//
|
||||
// Alarm
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user