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 439fbdd commit 35c025fCopy full SHA for 35c025f
subsys/bluetooth/host/mesh/net.c
@@ -68,6 +68,7 @@ static u16_t msg_cache_next;
68
69
/* Singleton network context (the implementation only supports one) */
70
struct bt_mesh_net bt_mesh = {
71
+ .local_queue = _K_FIFO_INITIALIZER(bt_mesh.local_queue),
72
.sub = {
73
[0 ... (CONFIG_BT_MESH_SUBNET_COUNT - 1)] = {
74
.net_idx = BT_MESH_KEY_UNUSED,
0 commit comments