]> sigrok.org Git - libsigrok.git/blobdiff - src/output/vcd.c
fx2lafw: Use the USB_INTERFACE #define.
[libsigrok.git] / src / output / vcd.c
index f1b45f1adf4901f73e62f49e3457875a3912830f..9d3516b74b30d8d22e9274f7251c1f9525a61af4 100644 (file)
@@ -263,6 +263,7 @@ struct sr_output_module output_vcd = {
        .id = "vcd",
        .name = "VCD",
        .desc = "Value Change Dump",
+       .exts = (const char*[]){"vcd", NULL},
        .options = NULL,
        .init = init,
        .receive = receive,