X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Ftondaj-sl-814%2Fapi.c;h=d6d6f1e7efba6e7be30fbd30700b100898f5577d;hp=e417d96f3999b6fe2d8e8a0343c64d0ad1de303e;hb=6525d819eef098a43b1f438ae4af50e67c9c4335;hpb=695dc859c15ba4190f5c1aa2e1a6e2dc6a6e5845 diff --git a/src/hardware/tondaj-sl-814/api.c b/src/hardware/tondaj-sl-814/api.c index e417d96f..d6d6f1e7 100644 --- a/src/hardware/tondaj-sl-814/api.c +++ b/src/hardware/tondaj-sl-814/api.c @@ -180,7 +180,7 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi) static int dev_acquisition_stop(struct sr_dev_inst *sdi) { - return std_serial_dev_acquisition_stop(sdi, sdi, std_serial_dev_close, + return std_serial_dev_acquisition_stop(sdi, std_serial_dev_close, sdi->conn, LOG_PREFIX); }