mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[config] rename config header file (#7402)
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 (191)
|
||||
#define OPENTHREAD_API_VERSION (192)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
+1
-1
@@ -756,10 +756,10 @@ source_set("libopenthread_core_config") {
|
||||
"config/link_raw.h",
|
||||
"config/logging.h",
|
||||
"config/mac.h",
|
||||
"config/misc.h",
|
||||
"config/mle.h",
|
||||
"config/netdata_publisher.h",
|
||||
"config/openthread-core-config-check.h",
|
||||
"config/openthread-core-default-config.h",
|
||||
"config/parent_search.h",
|
||||
"config/ping_sender.h",
|
||||
"config/platform.h",
|
||||
|
||||
@@ -491,10 +491,10 @@ HEADERS_COMMON = \
|
||||
config/link_raw.h \
|
||||
config/logging.h \
|
||||
config/mac.h \
|
||||
config/misc.h \
|
||||
config/mle.h \
|
||||
config/netdata_publisher.h \
|
||||
config/openthread-core-config-check.h \
|
||||
config/openthread-core-default-config.h \
|
||||
config/parent_search.h \
|
||||
config/ping_sender.h \
|
||||
config/platform.h \
|
||||
|
||||
@@ -28,12 +28,11 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* This file includes default compile-time configuration constants
|
||||
* for OpenThread.
|
||||
* This file includes miscellaneous compile-time configuration constants for OpenThread.
|
||||
*/
|
||||
|
||||
#ifndef OPENTHREAD_CORE_DEFAULT_CONFIG_H_
|
||||
#define OPENTHREAD_CORE_DEFAULT_CONFIG_H_
|
||||
#ifndef CONFIG_MISC_H_
|
||||
#define CONFIG_MISC_H_
|
||||
|
||||
#include "config/coap.h"
|
||||
#include "config/srp_server.h"
|
||||
@@ -527,4 +526,4 @@
|
||||
#define OPENTHREAD_CONFIG_NEIGHBOR_DISCOVERY_AGENT_ENABLE 0
|
||||
#endif
|
||||
|
||||
#endif // OPENTHREAD_CORE_DEFAULT_CONFIG_H_
|
||||
#endif // CONFIG_MISC_H_
|
||||
@@ -54,8 +54,6 @@
|
||||
#define OPENTHREAD_CONFIG_THREAD_VERSION OT_THREAD_VERSION_1_2
|
||||
#endif
|
||||
|
||||
#include "config/openthread-core-default-config.h"
|
||||
|
||||
#include "config/announce_sender.h"
|
||||
#include "config/backbone_router.h"
|
||||
#include "config/border_router.h"
|
||||
@@ -80,6 +78,7 @@
|
||||
#include "config/link_raw.h"
|
||||
#include "config/logging.h"
|
||||
#include "config/mac.h"
|
||||
#include "config/misc.h"
|
||||
#include "config/mle.h"
|
||||
#include "config/netdata_publisher.h"
|
||||
#include "config/parent_search.h"
|
||||
|
||||
Reference in New Issue
Block a user