]> sigrok.org Git - libsigrok.git/blobdiff - hardware/sysclk-lwla/api.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / sysclk-lwla / api.c
index f693b43428339f02d2327237d8409050a4d4080c..525af58ed89ab36f6deb93c6963d4a28f4f4823b 100644 (file)
@@ -75,7 +75,7 @@ static int init(struct sr_context *sr_ctx)
 static GSList *gen_probe_list(int num_probes)
 {
        GSList *list;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        int i;
        char name[8];
 
@@ -402,7 +402,7 @@ static int config_set(int key, GVariant *data, const struct sr_dev_inst *sdi,
 }
 
 static int config_probe_set(const struct sr_dev_inst *sdi,
-                           struct sr_probe *probe, unsigned int changes)
+                           struct sr_channel *probe, unsigned int changes)
 {
        uint64_t probe_bit;
        uint64_t trigger_mask;