]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / agilent-dmm / api.c
index 8c1f3b4a85da97b2ba686978a56f4e89892c6c8c..395b711e4d9c6927a912f27944c9d43a17c11b3e 100644 (file)
@@ -72,7 +72,7 @@ static GSList *scan(GSList *options)
        struct drv_context *drvc;
        struct dev_context *devc;
        struct sr_config *src;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct sr_serial_dev_inst *serial;
        GSList *l, *devices;
        int len, i;