]> sigrok.org Git - libsigrok.git/blobdiff - input/input_binary.c
Revert "re-enable filter and datastore for DF_LOGIC"
[libsigrok.git] / input / input_binary.c
index 3957e7690854941b2092f46615b767c424810544..ef9bddcb7e017dab9bc4c9f7d30cda3e8ee0f524 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, PROBE_TYPE_LOGIC);
+       in->vdevice = device_new(NULL, 0, num_probes);
 
        return SIGROK_OK;
 }