mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
Resolve several compile warnings and errors. (#43)
This commit is contained in:
@@ -110,7 +110,7 @@ extern "C" {
|
||||
/**
|
||||
* Initialize the OpenThread library.
|
||||
*/
|
||||
void otInit();
|
||||
void otInit(void);
|
||||
|
||||
/**
|
||||
* Run the next queued tasklet in OpenThread.
|
||||
|
||||
Reference in New Issue
Block a user