diff --git a/samples/ipm/ipm_demo_lmt/src/hello.c b/samples/ipm/ipm_demo_lmt/src/hello.c index 4826ad385b5..79e9308dd77 100644 --- a/samples/ipm/ipm_demo_lmt/src/hello.c +++ b/samples/ipm/ipm_demo_lmt/src/hello.c @@ -56,7 +56,7 @@ void message_source(struct device *ipm) { uint8_t counter = 0; - printk("sending messages for IPM device %x\n", ipm); + printk("sending messages for IPM device %p\n", ipm); while (1) { ipm_send(ipm, 1, counter++, dat1, 16);