Skip to content

Commit 42e9377

Browse files
edmontmbolivar-nordic
authored andcommitted
[nrf fromlist] net: openthread: fix wrong configuration
Fix wrong OpenThread config. Upstream PR: zephyrproject-rtos/zephyr#45754 Signed-off-by: Eduardo Montoya <[email protected]> Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 4406b71)
1 parent 5a01c70 commit 42e9377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/net/lib/openthread/platform/openthread-core-zephyr-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,13 +405,13 @@
405405
#endif
406406

407407
/**
408-
* @def OPENTHREAD_CONFIG_PLATFORM_KEYS_EXPORTABLE_ENABLE
408+
* @def OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE
409409
*
410410
* Set to 1 if you want to make MAC keys exportable.
411411
*
412412
*/
413413
#ifdef CONFIG_OPENTHREAD_PLATFORM_KEYS_EXPORTABLE_ENABLE
414-
#define OPENTHREAD_CONFIG_PLATFORM_KEYS_EXPORTABLE_ENABLE 1
414+
#define OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE 1
415415
#endif
416416

417417
#endif /* OPENTHREAD_CORE_ZEPHYR_CONFIG_H_ */

0 commit comments

Comments
 (0)