mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 11:10:08 +00:00
[types] move types into specific headers (#2946)
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief
|
||||
* This file defines a node interface for openthread.h to be used for certification tests
|
||||
* This file defines a node interface for openthread to be used for certification tests
|
||||
*/
|
||||
|
||||
#ifndef OTNODE_H_
|
||||
#define OTNODE_H_
|
||||
|
||||
#include <openthread/openthread.h>
|
||||
|
||||
#ifndef OTNODEAPI
|
||||
#define OTNODEAPI __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user