]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
hameg-hmo / rigol-ds: Restore compatibility with std_dev_clear()
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index bdf70fc55ca3b6262162cb95f761e2436056c0f6..932e3ec3ee1c62d85d5d6633979db270ca3fcee4 100644 (file)
@@ -93,8 +93,8 @@ struct dev_context {
        void *model_config;
        void *model_state;
 
-       struct sr_channel_group *analog_groups;
-       struct sr_channel_group *digital_groups;
+       struct sr_channel_group **analog_groups;
+       struct sr_channel_group **digital_groups;
 
        GSList *enabled_channels;
        GSList *current_channel;