]> sigrok.org Git - libsigrok.git/blobdiff - hardware/brymen-bm86x/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / brymen-bm86x / api.c
index a42aebca383a6cb0122f0263415d66b924012c7c..07f2e49e393be9482d9149ac1d2a2c2cb416921d 100644 (file)
@@ -48,7 +48,7 @@ static GSList *scan(GSList *options)
        struct sr_dev_inst *sdi;
        struct sr_usb_dev_inst *usb;
        struct sr_config *src;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        const char *conn;
 
        drvc = di->priv;