X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2Fapi.c;fp=hardware%2Ffx2lafw%2Fapi.c;h=7f35ea81574fe2909d6350dcb98f6ec535f45761;hb=91aea754aaed0f0f2a6fc4b2b875f0d0b7c01f8e;hp=777bd1488f3782ae8fa8678fac230a4ae5d4ad6f;hpb=53b4680fceab9351fc87b8c5b34854733f5fdac0;p=libsigrok.git diff --git a/hardware/fx2lafw/api.c b/hardware/fx2lafw/api.c index 777bd148..7f35ea81 100644 --- a/hardware/fx2lafw/api.c +++ b/hardware/fx2lafw/api.c @@ -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;