mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 15:17:46 +00:00
[config] remove duplicate definitions (#4418)
- OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE - OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE
This commit is contained in:
@@ -75,26 +75,6 @@
|
|||||||
#define OPENTHREAD_CONFIG_STACK_VERSION_MINOR 1
|
#define OPENTHREAD_CONFIG_STACK_VERSION_MINOR 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
|
||||||
*
|
|
||||||
* Define to 1 to enable the Border Agent service.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#ifndef OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
|
||||||
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @def OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE
|
|
||||||
*
|
|
||||||
* Define to 1 to enable the Border Router service.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#ifndef OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE
|
|
||||||
#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_ECDSA_ENABLE
|
* @def OPENTHREAD_CONFIG_ECDSA_ENABLE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user