]> sigrok.org Git - libsigrok.git/blobdiff - src/output/csv.c
asix-sigma: Use the more portable g_usleep().
[libsigrok.git] / src / output / csv.c
index 86df2613565af110e9391aa7dc2526b50d8850da..77b62285b2ff31c2d4b884ec43c4435c504c0ea8 100644 (file)
@@ -217,6 +217,7 @@ SR_PRIV struct sr_output_module output_csv = {
        .id = "csv",
        .name = "CSV",
        .desc = "Comma-separated values",
+       .exts = (const char*[]){"csv", NULL},
        .options = NULL,
        .init = init,
        .receive = receive,