Skip to content

Commit 21d9e9a

Browse files
committed
WIP: openthread_init
Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 8d4b5fc commit 21d9e9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/openthread/openthread.c

+2
Original file line numberDiff line numberDiff line change
@@ -481,3 +481,5 @@ void openthread_mutex_unlock(void)
481481
{
482482
(void)k_mutex_unlock(&openthread_lock);
483483
}
484+
485+
SYS_INIT(openthread_init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);

0 commit comments

Comments
 (0)