]> sigrok.org Git - libsigrok.git/blobdiff - src/output/hex.c
Introduce OutputFlag
[libsigrok.git] / src / output / hex.c
index bad607513f653f385352faf954f7cb8903951521..a499e354e6aa5daaa554125fa1cc2e1e2d65c6c3 100644 (file)
@@ -253,6 +253,7 @@ SR_PRIV struct sr_output_module output_hex = {
        .name = "Hexadecimal",
        .desc = "Hexadecimal digits",
        .exts = (const char*[]){"txt", NULL},
+       .flags = 0,
        .options = get_options,
        .init = init,
        .receive = receive,