]> sigrok.org Git - libsigrok.git/blobdiff - output/csv.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / csv.c
index 28eedd6eadc02b55da4cec2cbfa6af0a28bf54cc..ab6217dfe77e6cb400a5819502c70de6e4d94b47 100644 (file)
@@ -50,7 +50,7 @@ struct context {
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GVariant *gvar;
        int num_probes;