X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fnorma-dmm%2Fprotocol.c;h=39924176d484c4ddab04f126a4d245c8dba888c0;hb=8491cf7cad0e12cd74e0161dd263b4f4155db3ce;hp=de31828a706bcdc1f96f5b7155347ee5526ae564;hpb=d9251a2c9f1ca4380c27240ccca90c9f9ed46d3f;p=libsigrok.git diff --git a/src/hardware/norma-dmm/protocol.c b/src/hardware/norma-dmm/protocol.c index de31828a..39924176 100644 --- a/src/hardware/norma-dmm/protocol.c +++ b/src/hardware/norma-dmm/protocol.c @@ -17,14 +17,6 @@ * along with this program. If not, see . */ -/** - * @file - * - * Norma DM9x0/Siemens B102x DMMs driver. - * - * @internal - */ - #include #include "protocol.h" @@ -417,7 +409,7 @@ SR_PRIV int norma_dmm_receive_data(int fd, int revents, void *cb_data) } if (sr_sw_limits_check(&devc->limits)) { - sdi->driver->dev_acquisition_stop(sdi); + sr_dev_acquisition_stop(sdi); } else { /* Request next package. */ if (devc->last_req_pending) {