tests: bluetooth: fix incorrect printk() usage

Change-Id: I9493fddf9d7d1120ae54a58673835c64d2042188
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-08-18 13:02:49 -07:00 committed by Anas Nashif
commit 2a8aee133a

View file

@ -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;
}