]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hameg-hmo/protocol.h
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / hameg-hmo / protocol.h
index 932eaa4ad0e246dbd147dcbc440b29b9b281052a..bdf70fc55ca3b6262162cb95f761e2436056c0f6 100644 (file)
@@ -96,8 +96,8 @@ struct dev_context {
        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;