X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fanalog.c;h=3b9a581202213414d5413932c4fee8a6a940255f;hb=a0b277ba67169ce4343dc7ce14d350b930ee4eef;hp=e99c3c00c22794633d34c006abb477b86b5cf20f;hpb=91219afc75c9aa1d0c5e2da5c03343c1e43eb6df;p=libsigrok.git diff --git a/src/output/analog.c b/src/output/analog.c index e99c3c00..3b9a5812 100644 --- a/src/output/analog.c +++ b/src/output/analog.c @@ -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,