]> sigrok.org Git - libsigrok.git/blobdiff - output/chronovu_la8.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / chronovu_la8.c
index e16f6174ec77e1bf7a40a3c8e40469391299413c..0d050fc034e6b92b998ae9072a885a574a96dd4b 100644 (file)
@@ -84,7 +84,7 @@ static uint8_t samplerate_to_divcount(uint64_t samplerate)
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GVariant *gvar;