diff --git a/tests/bluetooth/shell/src/main.c b/tests/bluetooth/shell/src/main.c index f1bde7ccc64..dc399503894 100644 --- a/tests/bluetooth/shell/src/main.c +++ b/tests/bluetooth/shell/src/main.c @@ -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; }