]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hameg-hmo/protocol.h
build: Portability fixes.
[libsigrok.git] / hardware / hameg-hmo / protocol.h
index e37a4d23466808915904d671bc738e7b16f9f163..bdf70fc55ca3b6262162cb95f761e2436056c0f6 100644 (file)
@@ -93,11 +93,11 @@ struct dev_context {
        void *model_config;
        void *model_state;
 
-       struct sr_probe_group *analog_groups;
-       struct sr_probe_group *digital_groups;
+       struct sr_channel_group *analog_groups;
+       struct sr_channel_group *digital_groups;
 
-       GSList *enabled_probes;
-       GSList *current_probe;
+       GSList *enabled_channels;
+       GSList *current_channel;
        uint64_t num_frames;
 
        uint64_t frame_limit;