X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=7c8fa105e80eb7819d58dae990b785017eac304b;hb=8cd15dd4ce2fdbefbcc6e64632c8006e5404f253;hp=f4d190107c1b747ba78b4b8e4827f01ee365e50b;hpb=2ea1fdf12113311cbe1a4316e9e2efe4d8ac40f0;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index f4d19010..7c8fa105 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -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,