Skip to content

Commit 39594e0

Browse files
committed
Fix Kconfig
1 parent d3a5e67 commit 39594e0

File tree

2 files changed

+2
-1
lines changed
  • subsys/ipc/ipc_service/backends
  • tests/subsys/ipc/ipc_sessions/interoperability

2 files changed

+2
-1
lines changed

subsys/ipc/ipc_service/backends/ipc_icmsg.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ static int backend_init(const struct device *instance)
105105
DT_INST_FOREACH_STATUS_OKAY(DEFINE_BACKEND_DEVICE)
106106

107107
/* TODO: REMOVE THIS WORKAROUND!!! */
108+
#ifdef NRF_PPR
108109
#include <string.h>
109110
static int workaround_ppr_reset(void)
110111
{
@@ -117,3 +118,4 @@ static int workaround_ppr_reset(void)
117118
}
118119

119120
SYS_INIT(workaround_ppr_reset, PRE_KERNEL_1, 0);
121+
#endif

tests/subsys/ipc/ipc_sessions/interoperability/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ config IPC_SERVICE_ICMSG
1212

1313
config 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

0 commit comments

Comments
 (0)