X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fgwinstek-gpd%2Fprotocol.c;h=e69995902cfe82a4ee95c50800d456dfadf1f065;hb=b81cfbc349a12e28f8212110699652b7e2d7aec4;hp=19a664e5f2e7d96807d26c4bdb43015ab7870a9c;hpb=13726d30b29a07c42a8771e580b9edf78a198011;p=libsigrok.git diff --git a/src/hardware/gwinstek-gpd/protocol.c b/src/hardware/gwinstek-gpd/protocol.c index 19a664e5..e6999590 100644 --- a/src/hardware/gwinstek-gpd/protocol.c +++ b/src/hardware/gwinstek-gpd/protocol.c @@ -175,6 +175,7 @@ SR_PRIV int gpd_receive_data(int fd, int revents, void *cb_data) } devc->reply_pending = FALSE; + sr_sw_limits_update_samples_read(&devc->limits, 1); } } else { if (!devc->reply_pending) {