]> sigrok.org Git - libsigrok.git/blobdiff - src/input/input.c
Add error string for SR_OK_CONTINUE.
[libsigrok.git] / src / input / input.c
index 3bccdbc42540bf665140b4fad1b758533eca62e4..3961e429593850e15fe80302d4df15009f469b68 100644 (file)
@@ -66,12 +66,11 @@ extern SR_PRIV struct sr_input_module input_wav;
 /* @endcond */
 
 static const struct sr_input_module *input_module_list[] = {
+       &input_binary,
+       &input_chronovu_la8,
+       &input_csv,
        &input_vcd,
-//     &input_chronovu_la8,
        &input_wav,
-       &input_csv,
-       /* This one has to be last, because it will take any input. */
-//     &input_binary,
        NULL,
 };