mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +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:
@@ -33,11 +33,7 @@
|
||||
|
||||
#define WPP_NAME "instance_api.tmh"
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
#include <openthread/config.h>
|
||||
|
||||
#include <openthread/instance.h>
|
||||
#include <openthread/platform/misc.h>
|
||||
|
||||
Reference in New Issue
Block a user