]> sigrok.org Git - libsigrok.git/blobdiff - src/output/bits.c
output: Added preferred file extension field
[libsigrok.git] / src / output / bits.c
index 0a9ccc1a41d6f241fa003f9ea6ed5d07b198ac0a..180ea563d59137b1b5aedaebf0ff6ae1efc70b97 100644 (file)
@@ -238,6 +238,7 @@ SR_PRIV struct sr_output_module output_bits = {
        .id = "bits",
        .name = "Bits",
        .desc = "0/1 digits",
+       .exts = (const char*[]){"txt", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,