]> sigrok.org Git - libsigrok.git/blobdiff - hardware/demo/demo.c
sigma/la8/demo: s/SR_PROBE_ANALOG/SR_PROBE_LOGIC/.
[libsigrok.git] / hardware / demo / demo.c
index 8a8b2cf40b5044de93b6197676b605245c88223d..8f13b25c7d415ce801bdd50d7838fe5f08f39baa 100644 (file)
@@ -182,7 +182,7 @@ static GSList *hw_scan(GSList *options)
        sdi->driver = ddi;
 
        for (i = 0; probe_names[i]; i++) {
-               if (!(probe = sr_probe_new(i, SR_PROBE_ANALOG, TRUE,
+               if (!(probe = sr_probe_new(i, SR_PROBE_LOGIC, TRUE,
                                probe_names[i])))
                        return NULL;
                sdi->probes = g_slist_append(sdi->probes, probe);