We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4b5fc commit 21d9e9aCopy full SHA for 21d9e9a
modules/openthread/openthread.c
@@ -481,3 +481,5 @@ void openthread_mutex_unlock(void)
481
{
482
(void)k_mutex_unlock(&openthread_lock);
483
}
484
+
485
+SYS_INIT(openthread_init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
0 commit comments