]> sigrok.org Git - libsigrok.git/blobdiff - input/input_binary.c
re-enable filter and datastore for DF_LOGIC
[libsigrok.git] / input / input_binary.c
index ef9bddcb7e017dab9bc4c9f7d30cda3e8ee0f524..3957e7690854941b2092f46615b767c424810544 100644 (file)
@@ -51,7 +51,7 @@ static int init(struct input *in)
                num_probes = DEFAULT_NUM_PROBES;
 
        /* create a virtual device */
-       in->vdevice = device_new(NULL, 0, num_probes);
+       in->vdevice = device_new(NULL, 0, num_probes, PROBE_TYPE_LOGIC);
 
        return SIGROK_OK;
 }