]> sigrok.org Git - libsigrok.git/blobdiff - src/output/analog.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / output / analog.c
index 45df4003b8d17bc92d8fb75bb4e04d7ae1d9c8cc..94175369e1a15c43e4d0a48f7a3a6df9b4fb6b4e 100644 (file)
@@ -205,7 +205,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_analog = {
        .id = "analog",
        .name = "Analog",
-       .desc = "Analog data and types",
+       .desc = "ASCII analog data values and units",
        .exts = NULL,
        .flags = 0,
        .options = get_options,