]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / fx2lafw / api.c
index 777bd1488f3782ae8fa8678fac230a4ae5d4ad6f..7f35ea81574fe2909d6350dcb98f6ec535f45761 100644 (file)
@@ -126,7 +126,7 @@ static GSList *scan(GSList *options)
        struct dev_context *devc;
        struct sr_dev_inst *sdi;
        struct sr_usb_dev_inst *usb;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct sr_config *src;
        const struct fx2lafw_profile *prof;
        GSList *l, *devices, *conn_devices;