File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
subsys/ipc/ipc_service/backends
tests/subsys/ipc/ipc_sessions/interoperability Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ static int backend_init(const struct device *instance)
105105DT_INST_FOREACH_STATUS_OKAY (DEFINE_BACKEND_DEVICE )
106106
107107/* TODO: REMOVE THIS WORKAROUND!!! */
108+ #ifdef NRF_PPR
108109#include <string.h>
109110static int workaround_ppr_reset (void )
110111{
@@ -117,3 +118,4 @@ static int workaround_ppr_reset(void)
117118}
118119
119120SYS_INIT (workaround_ppr_reset , PRE_KERNEL_1 , 0 );
121+ #endif
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ config IPC_SERVICE_ICMSG
1212
1313config IPC_SERVICE_BACKEND_ICMSG_V1
1414 bool "ICMSG backend with SPSC packet buffer (old implementation)"
15- default y
1615 depends on MBOX
1716 select IPC_SERVICE_ICMSG_V1
1817 help
You can’t perform that action at this time.
0 commit comments