]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / chronovu-la8 / api.c
index f73a7fd470a85690f634967c2c5a10908e13d409..2d6a00ad67fcd83dea282cf4f4b7e9e28559a839 100644 (file)
@@ -79,7 +79,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;