samples: ipm: fix incorrect printk() usage

Change-Id: I276963e69fd0e3430d1f946b2062ed29fec5c03d
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-08-18 13:04:39 -07:00 committed by Anas Nashif
commit f8482d99ef

View file

@ -56,7 +56,7 @@ void message_source(struct device *ipm)
{ {
uint8_t counter = 0; uint8_t counter = 0;
printk("sending messages for IPM device %x\n", ipm); printk("sending messages for IPM device %p\n", ipm);
while (1) { while (1) {
ipm_send(ipm, 1, counter++, dat1, 16); ipm_send(ipm, 1, counter++, dat1, 16);