mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
Support #define to overwrite what openthread-config file to use, since Windows does support autoconf. (#578)
This commit is contained in:
+6
-2
@@ -34,9 +34,13 @@
|
||||
#ifndef CLI_HPP_
|
||||
#define CLI_HPP_
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <cli/cli_server.hpp>
|
||||
#include <net/icmp6.hpp>
|
||||
|
||||
Reference in New Issue
Block a user