]> sigrok.org Git - libsigrok.git/blobdiff - hardware/uni-t-dmm/api.c
Replace 'probe group' with 'channel group' everywhere.
[libsigrok.git] / hardware / uni-t-dmm / api.c
index 1eccfdc5de5b53f1b4778b13949ec53556e85842..a91af6cc02da640a232f7f037bf8bed59d6e399b 100644 (file)
@@ -272,11 +272,11 @@ static int cleanup(int dmm)
 }
 
 static int config_set(int id, GVariant *data, const struct sr_dev_inst *sdi,
-               const struct sr_probe_group *probe_group)
+               const struct sr_channel_group *channel_group)
 {
        struct dev_context *devc;
 
-       (void)probe_group;
+       (void)channel_group;
 
        devc = sdi->priv;
 
@@ -307,10 +307,10 @@ static int config_set(int id, GVariant *data, const struct sr_dev_inst *sdi,
 }
 
 static int config_list(int key, GVariant **data, const struct sr_dev_inst *sdi,
-               const struct sr_probe_group *probe_group)
+               const struct sr_channel_group *channel_group)
 {
        (void)sdi;
-       (void)probe_group;
+       (void)channel_group;
 
        switch (key) {
        case SR_CONF_SCAN_OPTIONS: