]> sigrok.org Git - libsigrok.git/blobdiff - hardware/rigol-ds1xx2/protocol.h
rigol-ds1xx2: fix handling of partial frames.
[libsigrok.git] / hardware / rigol-ds1xx2 / protocol.h
index 4026fc162ac63788e209002de76ae43c91e6e0f8..644a771b1989c1bc5e495332d559978266acc757 100644 (file)
@@ -57,7 +57,7 @@ struct dev_context {
        char *device;
        int fd;
        uint64_t num_frames;
-       uint64_t num_frame_samples;
+       uint64_t num_frame_bytes;
        struct sr_probe *channel_frame;
 };