mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
[spinel] remove including openthread-core-config.h (#10322)
`openthread-spinel-config.h` is included by many modules like `spinel_encoder`, `spinel_decoder`. To use these modules in external projects, we need to remove the including of `openthread-core-config.h`.
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
#ifndef OPENTHREAD_SPINEL_CONFIG_H_
|
||||
#define OPENTHREAD_SPINEL_CONFIG_H_
|
||||
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user