samples: ipm: fix incorrect printk() usage
Change-Id: I276963e69fd0e3430d1f946b2062ed29fec5c03d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1f701a920f
commit
f8482d99ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue