]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
Backport recent changes from mainline.
[libsigrok.git] / src / output / binary.c
index f4d190107c1b747ba78b4b8e4827f01ee365e50b..7c8fa105e80eb7819d58dae990b785017eac304b 100644 (file)
@@ -45,7 +45,7 @@ static int receive(const struct sr_output *o, const struct sr_datafeed_packet *p
 SR_PRIV struct sr_output_module output_binary = {
        .id = "binary",
        .name = "Binary",
-       .desc = "Raw binary",
+       .desc = "Raw binary logic data",
        .exts = NULL,
        .flags = 0,
        .options = NULL,