]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/sched.c
more deconstifying sr_dev_inst for dev_acquisition_stop()
[libsigrok.git] / hardware / agilent-dmm / sched.c
index 140c53403f938c7a88a6ed6548baefc7bb36a45a..5ae73aca1824796871cd92999bf15b530113fc9d 100644 (file)
@@ -89,7 +89,7 @@ static void receive_line(const struct sr_dev_inst *sdi)
 
 SR_PRIV int agdmm_receive_data(int fd, int revents, void *cb_data)
 {
-       const struct sr_dev_inst *sdi;
+       struct sr_dev_inst *sdi;
        struct dev_context *devc;
        int len;