]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
Introduce OutputFlag
[libsigrok.git] / src / output / binary.c
index 04627f32287c13e46adc09fcf88d96ef6344d64c..4037d9e909db5b446f2ec31c22e1d055ad62f309 100644 (file)
@@ -47,6 +47,7 @@ SR_PRIV struct sr_output_module output_binary = {
        .name = "Binary",
        .desc = "Raw binary",
        .exts = NULL,
+       .flags = 0,
        .options = NULL,
        .receive = receive,
 };