mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[include] remove include of core config file (#9417)
The core config file shouldn't be included in public API headers because they will be included from high level project code (like ot-br-posix) and the config file cannot be located if included here.
This commit is contained in:
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (357)
|
||||
#define OPENTHREAD_API_VERSION (358)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -35,8 +35,6 @@
|
||||
#ifndef LINK_METRICS_H_
|
||||
#define LINK_METRICS_H_
|
||||
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
#include <openthread/ip6.h>
|
||||
#include <openthread/message.h>
|
||||
#include <openthread/platform/radio.h>
|
||||
|
||||
Reference in New Issue
Block a user