Skip to content
Commit c63ca134 authored by Robert Lubos's avatar Robert Lubos Committed by Dan Kalowsky
Browse files

net: openthread: Fix tasklet error printed on boot



OpenThread tries to signal pending tasklets during initialization, which
currently generate an error, as the work queue configured to handle
tasklets is initialized later. This is not a fatal issue, as the
initialization code on the Zephyr side triggers a work item immediately
after the work queue was initialized, but it doesn't look good to have
errors printed on boot.

Therefore, move the work queue initialization before the OpenThread
stack initialization, so that tasklets triggered from OT side can be
signalled properly w/o an error.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent 452f2b15
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment