We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a01c70 commit 42e9377Copy full SHA for 42e9377
subsys/net/lib/openthread/platform/openthread-core-zephyr-config.h
@@ -405,13 +405,13 @@
405
#endif
406
407
/**
408
- * @def OPENTHREAD_CONFIG_PLATFORM_KEYS_EXPORTABLE_ENABLE
+ * @def OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE
409
*
410
* Set to 1 if you want to make MAC keys exportable.
411
412
*/
413
#ifdef CONFIG_OPENTHREAD_PLATFORM_KEYS_EXPORTABLE_ENABLE
414
-#define OPENTHREAD_CONFIG_PLATFORM_KEYS_EXPORTABLE_ENABLE 1
+#define OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE 1
415
416
417
#endif /* OPENTHREAD_CORE_ZEPHYR_CONFIG_H_ */
0 commit comments