]> sigrok.org Git - libsigrok.git/blobdiff - input/binary.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / input / binary.c
index dfeedee7433473ab0be857e83b3dbe3e9382fcc1..59b027ee8483031c2954415d61849fec1826501b 100644 (file)
@@ -45,7 +45,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;