]> sigrok.org Git - libsigrok.git/blobdiff - hardware/conrad-digi-35-cpu/api.c
Consistently use 'cg' for channel group variables.
[libsigrok.git] / hardware / conrad-digi-35-cpu / api.c
index 29a0f375c8a9f7d2609f2d2cd5e085a73dabd5dc..99e9916fdfc56704097864e900c2f6fa47641184 100644 (file)
@@ -122,12 +122,12 @@ static int cleanup(void)
 }
 
 static int config_set(int key, GVariant *data, const struct sr_dev_inst *sdi,
-               const struct sr_channel_group *channel_group)
+               const struct sr_channel_group *cg)
 {
        int ret;
        double dblval;
 
-       (void)channel_group;
+       (void)cg;
 
        if (sdi->status != SR_ST_ACTIVE)
                return SR_ERR_DEV_CLOSED;
@@ -165,12 +165,12 @@ static int config_set(int key, 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_channel_group *channel_group)
+               const struct sr_channel_group *cg)
 {
        int ret;
 
        (void)sdi;
-       (void)channel_group;
+       (void)cg;
 
        ret = SR_OK;
        switch (key) {