]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / text / text.c
index 47d0542b889e2bf4d2639c36764a04d725daca98..54350b88ffcc5de394108eb4f56cff824d5b15f3 100644 (file)
@@ -74,7 +74,7 @@ SR_PRIV void flush_linebufs(struct context *ctx, uint8_t *outbuf)
 SR_PRIV int init(struct sr_output *o, int default_spl, enum outputmode mode)
 {
        struct context *ctx;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GVariant *gvar;
        uint64_t samplerate;