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 c02bd7c commit 9aad6adCopy full SHA for 9aad6ad
subsys/ipc/ipc_service/backends/ipc_icbmsg.c
@@ -1402,11 +1402,11 @@ const static struct ipc_service_backend backend_ops = {
1402
PBUF_DEFINE(tx_icbmsg_pb_##i, \
1403
GET_MEM_ADDR_INST(i, tx), \
1404
GET_ICMSG_SIZE_INST(i, tx, rx), \
1405
- GET_CACHE_ALIGNMENT(i)); \
+ GET_CACHE_ALIGNMENT(i), 0, 0); \
1406
PBUF_DEFINE(rx_icbmsg_pb_##i, \
1407
GET_MEM_ADDR_INST(i, rx), \
1408
GET_ICMSG_SIZE_INST(i, rx, tx), \
1409
1410
static struct backend_data backend_data_##i = { \
1411
.control_data = { \
1412
.tx_pb = &tx_icbmsg_pb_##i, \
0 commit comments