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