]> sigrok.org Git - libsigrok.git/blobdiff - hardware/teleinfo/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / teleinfo / api.c
index f8fb324325ffb40a41578f0eb1ee49b378c97101..fa3b347cdf07f91b4166dfd5e9f9c49fccab4e11 100644 (file)
@@ -49,7 +49,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;
        GSList *devices = NULL, *l;
        const char *conn = NULL, *serialcomm = NULL;
        uint8_t buf[292];