]> sigrok.org Git - libsigrok.git/blobdiff - src/output/csv.c
Introduce OutputFlag
[libsigrok.git] / src / output / csv.c
index d947ba2d8e8beb9586011c9f9db5765166afb466..5f0d647c3d5605be98cc1c883b85be2a29b377ef 100644 (file)
@@ -333,6 +333,7 @@ SR_PRIV struct sr_output_module output_csv = {
        .name = "CSV",
        .desc = "Comma-separated values",
        .exts = (const char*[]){"csv", NULL},
+       .flags = 0,
        .options = NULL,
        .init = init,
        .receive = receive,