mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 22:00:19 +00:00
Enable defines (#1877)
* Add dhcp6 client define, and update openthred-config include scheme * #1663 - update include to use quotes instead of angle brackets * #1663 - update file to use underscore instead of dash * #1663 - remove extra space * #1663 - update location of new header file and update files to point to it * #1663 - update location of new header file and update files to point to it * #1663 update makefile.am to include new header * update for make pretty changes * more pretty fixes * cleanup, and remove automatic mbedtls change * remove debugging change * #1663 - Remove extra space, and change include to use angle brackets instead of quotes. * rename the enable defines file to openthred_config * #1663 clean up for code review * #1663 - clean up last nits * #1663 - missed merge conflicts - file openthread-config.h -> openthread/openthread_config.h
This commit is contained in:
+1
-5
@@ -31,11 +31,7 @@
|
||||
* This file implements the CLI interpreter.
|
||||
*/
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
#include <openthread/config.h>
|
||||
|
||||
#include "cli.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user