]> sigrok.org Git - libsigrok.git/blobdiff - output/chronovu_la8.c
Rename various *PROBE* macros to *CHANNEL*.
[libsigrok.git] / output / chronovu_la8.c
index b4c6903edbda9f2206ce5f5ad36d88e004315e3d..32065fd09283e23f95fbbb4eebdfd088b58e90d5 100644 (file)
@@ -108,7 +108,7 @@ static int init(struct sr_output *o)
        /* Get the unitsize. */
        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;