mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 15:17:46 +00:00
Support #define to overwrite what openthread-config file to use, since Windows does support autoconf. (#578)
This commit is contained in:
@@ -26,9 +26,14 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include <openthread-core-config.h>
|
||||
#include <openthread.h>
|
||||
#include <openthread-config.h>
|
||||
#include <openthread-diag.h>
|
||||
#include <cli/cli-uart.h>
|
||||
#include <platform/platform.h>
|
||||
|
||||
Reference in New Issue
Block a user