]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/saleae-logic16/api.c
Simplify a few config_set() callbacks.
[libsigrok.git] / src / hardware / saleae-logic16 / api.c
index 7a4a331f93754a01ccd3081eb6d6117a6dd0cec1..ae77bd8671952f15186ac6dc386283e7b91404f6 100644 (file)
@@ -148,7 +148,8 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
        GSList *l, *devices, *conn_devices;
        struct libusb_device_descriptor des;
        libusb_device **devlist;
-       int ret, i, j;
+       int ret, j;
+       unsigned int i;
        const char *conn;
        char connection_id[64];