]> sigrok.org Git - libsigrok.git/blobdiff - hardware/appa-55ii/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / appa-55ii / api.c
index 77bd50a716e10ab8a7c9aa4e0d0294b5aed774a6..997da7f758bb63ad9ef39dfd8ad47cacc8ccb3b3 100644 (file)
@@ -52,7 +52,7 @@ static GSList *scan(GSList *options)
        struct dev_context *devc;
        struct sr_serial_dev_inst *serial;
        struct sr_dev_inst *sdi;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct sr_config *src;
        GSList *devices, *l;
        const char *conn, *serialcomm;