We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ba58 commit 471d2b8Copy full SHA for 471d2b8
usb.c
@@ -928,7 +928,7 @@ static struct iio_context * usb_create_context(unsigned int bus,
928
929
pdata->nb_ep_couples = iface->bNumEndpoints / 2;
930
931
- IIO_DEBUG("Found %hhu usable i/o endpoint couples\n", pdata->nb_ep_couples);
+ IIO_DEBUG("Found %hu usable i/o endpoint couples\n", pdata->nb_ep_couples);
932
933
pdata->io_endpoints = calloc(pdata->nb_ep_couples,
934
sizeof(*pdata->io_endpoints));
0 commit comments