]> sigrok.org Git - libsigrok.git/blobdiff - src/output/ascii.c
Add filename field to sr_output and make it accessible
[libsigrok.git] / src / output / ascii.c
index b6baab1b611308df45f2b80f009d25ba1222a430..d2ad3acae449d45461e83bf680b2e873b365d6e2 100644 (file)
@@ -252,10 +252,9 @@ SR_PRIV struct sr_output_module output_ascii = {
        .id = "ascii",
        .name = "ASCII",
        .desc = "ASCII art",
+       .exts = (const char*[]){"txt", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,
        .cleanup = cleanup,
 };
-
-