]> sigrok.org Git - libsigrok.git/blobdiff - hardware/norma-dmm/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / norma-dmm / api.c
index 35a5d7068434fa8451ae28b41287666f153f4047..a11812e9c704a269a361b81ebaa332d595393c77 100644 (file)
@@ -49,7 +49,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, cnt;