Skip to content

Commit 6003322

Browse files
nordic-piksrlubos
authored andcommitted
samples: ipc: ipc_service: show full board and target name
CONFIG_BOARD does not allow to distiguish between cores. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 15c2b52 commit 6003322

File tree

1 file changed

+1
-1
lines changed
  • samples/ipc/ipc_service/src

1 file changed

+1
-1
lines changed

samples/ipc/ipc_service/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ int main(void)
101101
p_payload->size = CONFIG_APP_IPC_SERVICE_MESSAGE_LEN;
102102
p_payload->cnt = 0;
103103

104-
printk("IPC-service %s demo started\n", CONFIG_BOARD);
104+
printk("IPC-service %s demo started\n", CONFIG_BOARD_TARGET);
105105

106106
ipc0_instance = DEVICE_DT_GET(DT_NODELABEL(ipc0));
107107

0 commit comments

Comments
 (0)