X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.c;h=8778c711c427ca9d07badd27017f0b54c4d302b4;hb=105df67463b84683a35f3474eccc871e5aa4ed0e;hp=439cbd00ec621f5a70d8cb1860ce832a80272adc;hpb=0ceb70381b02336d8e8130e2a701df4ce944b13a;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/protocol.c b/src/hardware/agilent-dmm/protocol.c index 439cbd00..8778c711 100644 --- a/src/hardware/agilent-dmm/protocol.c +++ b/src/hardware/agilent-dmm/protocol.c @@ -200,7 +200,7 @@ SR_PRIV int agdmm_receive_data(int fd, int revents, void *cb_data) } if (sr_sw_limits_check(&devc->limits) || stop) - sdi->driver->dev_acquisition_stop(sdi); + sr_dev_acquisition_stop(sdi); else dispatch(sdi);