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 3353bbc commit 52f8340Copy full SHA for 52f8340
drivers/firmware/nrf_ironside/call.c
@@ -29,8 +29,8 @@ BUILD_ASSERT((sizeof(struct ironside_call_buf) % CONFIG_DCACHE_LINE_SIZE) == 0);
29
static const struct mbox_dt_spec mbox_rx = MBOX_DT_SPEC_INST_GET(0, rx);
30
static const struct mbox_dt_spec mbox_tx = MBOX_DT_SPEC_INST_GET(0, tx);
31
32
-K_EVENT_DEFINE(alloc_evts);
33
-K_EVENT_DEFINE(rsp_evts);
+static K_EVENT_DEFINE(alloc_evts);
+static K_EVENT_DEFINE(rsp_evts);
34
35
static void ironside_call_rsp(const struct device *dev, mbox_channel_id_t channel_id,
36
void *user_data, struct mbox_msg *data)
0 commit comments