]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
Pass driver struct pointer to driver callbacks.
[libsigrok.git] / src / output / binary.c
index 10f0409feeb807bc9d3a50e93b6f48c2691935b5..04627f32287c13e46adc09fcf88d96ef6344d64c 100644 (file)
@@ -46,6 +46,7 @@ SR_PRIV struct sr_output_module output_binary = {
        .id = "binary",
        .name = "Binary",
        .desc = "Raw binary",
+       .exts = NULL,
        .options = NULL,
        .receive = receive,
 };