]> sigrok.org Git - libsigrok.git/blobdiff - input/chronovu_la8.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / input / chronovu_la8.c
index 9f129be40e490629b831bc8c753da9487341df11..620b5aa3e1301bd841ad7fe0784484cfca803ad3 100644 (file)
@@ -96,7 +96,7 @@ static int format_match(const char *filename)
 
 static int init(struct sr_input *in, const char *filename)
 {
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        int num_probes, i;
        char name[SR_MAX_PROBENAME_LEN + 1];
        char *param;