]> sigrok.org Git - libsigrok.git/blobdiff - hardware/ikalogic-scanaplus/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / ikalogic-scanaplus / api.c
index 04ae5c998e59f330c00e61f9548d700da38515a8..ad39c9a0da602172a88eb5ffaad979ce1200c780 100644 (file)
@@ -74,7 +74,7 @@ static int init(struct sr_context *sr_ctx)
 static GSList *scan(GSList *options)
 {
        struct sr_dev_inst *sdi;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct drv_context *drvc;
        struct dev_context *devc;
        GSList *devices;