]> sigrok.org Git - libsigrok.git/blobdiff - hardware/victor-dmm/api.c
Rename various *PROBE* macros to *CHANNEL*.
[libsigrok.git] / hardware / victor-dmm / api.c
index 55c074d9c55f80dec21e0f9607a88e446097dd6d..74523ed7aabbfd4cef6e0baab92a0f917e3f4ce2 100644 (file)
@@ -88,7 +88,7 @@ static GSList *scan(GSList *options)
                        return NULL;
                sdi->priv = devc;
 
-               if (!(ch = sr_channel_new(0, SR_PROBE_ANALOG, TRUE, "P1")))
+               if (!(ch = sr_channel_new(0, SR_CHANNEL_ANALOG, TRUE, "P1")))
                        return NULL;
                sdi->channels = g_slist_append(NULL, ch);