]> sigrok.org Git - libsigrok.git/blobdiff - src/output/analog.c
output: Added preferred file extension field
[libsigrok.git] / src / output / analog.c
index e99c3c00c22794633d34c006abb477b86b5cf20f..3b9a581202213414d5413932c4fee8a6a940255f 100644 (file)
@@ -344,6 +344,7 @@ SR_PRIV struct sr_output_module output_analog = {
        .id = "analog",
        .name = "Analog",
        .desc = "Analog data and types",
+       .exts = NULL,
        .options = get_options,
        .init = init,
        .receive = receive,