Resolve several compile warnings and errors. (#43)

This commit is contained in:
pvanhorn
2016-05-18 14:16:10 -07:00
committed by Jonathan Hui
parent e9f4292be3
commit 91cce9e0d7
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ extern "C" {
/**
* Initialize the OpenThread library.
*/
void otInit();
void otInit(void);
/**
* Run the next queued tasklet in OpenThread.