]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.c
Rename various *PROBE* macros to *CHANNEL*.
[libsigrok.git] / output / text / text.c
index e32e843d27a8b4d94dd78cc34434345ba0993690..fad68a5da888761fc0a00232bfea377d9d9be2b2 100644 (file)
@@ -92,7 +92,7 @@ SR_PRIV int init(struct sr_output *o, int default_spl, enum outputmode mode)
 
        for (l = o->sdi->channels; l; l = l->next) {
                ch = l->data;
-               if (ch->type != SR_PROBE_LOGIC)
+               if (ch->type != SR_CHANNEL_LOGIC)
                        continue;
                if (!ch->enabled)
                        continue;