net: openthread: Fix OPENTHREAD_CONFIG_TCP_ENABLE redefinition warning
OPENTHREAD_CONFIG_TCP_ENABLE is now set by the OpenThread build system, based on the CONFIG_OPENTHREAD_CLI_TCP_ENABLE Kconfig entry. Setting this symbol in the config file is therefore redundant, and causes multiple build warnings. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
b73f6b3d2b
commit
032b3d121d
|
@ -357,14 +357,6 @@
|
|||
#define OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS CONFIG_OPENTHREAD_IP6_MAX_EXT_MCAST_ADDRS
|
||||
#endif /* CONFIG_OPENTHREAD_IP6_MAX_EXT_MCAST_ADDRS */
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_TCP_ENABLE
|
||||
*
|
||||
* Enable TCP.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_TCP_ENABLE IS_ENABLED(CONFIG_OPENTHREAD_TCP_ENABLE)
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_CLI_TCP_ENABLE
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue