Skip to content

Commit 4786f1a

Browse files
maciejbaczmanskimbolivar-nordic
authored andcommitted
[nrf fromtree] modules: openthread: fix multiple definition in openthread config
remove `CONFIG_OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE` from `openthread-core-zephyr-config.h` which is now handled in `modules/openthread/CMakeLists.tx` Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 3172748) (cherry picked from commit 032f3de)
1 parent e0f9ace commit 4786f1a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

modules/openthread/platform/openthread-core-zephyr-config.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -271,17 +271,6 @@
271271
*/
272272
#define RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM 0
273273

274-
/**
275-
* @def OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE
276-
*
277-
* Set to 1 to enable support for IEEE802.15.4 radio link.
278-
*
279-
*/
280-
#ifdef CONFIG_OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE
281-
#define OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE \
282-
CONFIG_OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE
283-
#endif /* CONFIG_OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE */
284-
285274
/**
286275
* @def OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE
287276
*

0 commit comments

Comments
 (0)