]> sigrok.org Git - libsigrok.git/blobdiff - src/input/binary.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / input / binary.c
index 995c47d78fe5fcaf32826d7c771a2a3087d4f28d..da664a85e6f140d14de0c8796a6adc76e3034e8c 100644 (file)
@@ -174,7 +174,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_input_module input_binary = {
        .id = "binary",
        .name = "Binary",
-       .desc = "Raw binary",
+       .desc = "Raw binary logic data",
        .exts = NULL,
        .options = get_options,
        .init = init,