[config] rename config header file (#7402)

This commit is contained in:
Abtin Keshavarzian
2022-02-15 21:26:32 -08:00
committed by GitHub
parent 6b6edf53f3
commit 65d01a1b5d
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -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
View File
@@ -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",
+1 -1
View File
@@ -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_
+1 -2
View File
@@ -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"