]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hameg-hmo/protocol.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / hameg-hmo / protocol.c
index 6dda2d353b14b81fffeedbe5e2eb406c33524152..c364d2245574aedd49cf1eb766ea32d156dfca1a 100644 (file)
@@ -581,7 +581,7 @@ SR_PRIV int hmo_init_device(struct sr_dev_inst *sdi)
        char tmp[25];
        int model_index;
        unsigned int i, j;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct dev_context *devc;
 
        devc = sdi->priv;
@@ -657,7 +657,7 @@ SR_PRIV int hmo_init_device(struct sr_dev_inst *sdi)
 
 SR_PRIV int hmo_receive_data(int fd, int revents, void *cb_data)
 {
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct sr_dev_inst *sdi;
        struct dev_context *devc;
        struct sr_datafeed_packet packet;