]> sigrok.org Git - libsigrok.git/blobdiff - output/ols.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / ols.c
index 9f9cc957bdb743566e01a96570b46bafb8f6b8d2..19c4d993163e8c62a2295d1e8e9b3927a35c83b8 100644 (file)
@@ -56,7 +56,7 @@ static int init(struct sr_output *o)
 
 static GString *gen_header(const struct sr_dev_inst *sdi, struct context *ctx)
 {
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GString *s;
        GVariant *gvar;