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:
Nick Banks
2016-10-04 15:23:25 -07:00
committed by Jonathan Hui
parent 671964c2d4
commit 79d99e7a91
27 changed files with 619 additions and 460 deletions
-5
View File
@@ -65,11 +65,6 @@ extern "C" {
{
}
bool otAreTaskletsPending(otInstance *)
{
return false;
}
//
// Alarm
//