tests: bluetooth: fix incorrect printk() usage
Change-Id: I9493fddf9d7d1120ae54a58673835c64d2042188 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d89ddc6441
commit
2a8aee133a
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ static int cmd_gatt_mread(int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (argc - 1 > ARRAY_SIZE(h)) {
|
||||
printk("Enter max %u handle items to read\n", ARRAY_SIZE(h));
|
||||
printk("Enter max %lu handle items to read\n", ARRAY_SIZE(h));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue