]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/api.c
Rename various *PROBE* macros to *CHANNEL*.
[libsigrok.git] / hardware / chronovu-la8 / api.c
index 75757c24d41cd2046c71dfda8a6928d142fc8ad3..896ee74ae51f746a7b89c59c8ed3c43cbb7afe78 100644 (file)
@@ -154,7 +154,7 @@ static GSList *scan(GSList *options)
        sdi->priv = devc;
 
        for (i = 0; chronovu_la8_channel_names[i]; i++) {
-               if (!(ch = sr_channel_new(i, SR_PROBE_LOGIC, TRUE,
+               if (!(ch = sr_channel_new(i, SR_CHANNEL_LOGIC, TRUE,
                                           chronovu_la8_channel_names[i])))
                        return NULL;
                sdi->channels = g_slist_append(sdi->channels, ch);