]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rigol-ds/api.c
rigol-ds: Send some commands on 1st frame only
[libsigrok.git] / src / hardware / rigol-ds / api.c
index cf23f412012720b07591a965a6ffae3750383ff2..eb3aabf7624f8ebb9a6712a16e9d2ca1658ba02a 100644 (file)
@@ -293,6 +293,8 @@ static const struct rigol_ds_model supported_models[] = {
 
 static struct sr_dev_driver rigol_ds_driver_info;
 
+static int analog_frame_size(const struct sr_dev_inst *);
+
 static void clear_helper(struct dev_context *devc)
 {
        unsigned int i;