]> sigrok.org Git - libsigrok.git/blobdiff - src/output/analog.c
Introduce OutputFlag
[libsigrok.git] / src / output / analog.c
index 406d8c6e593c0f8b3f6c0bb2a1707963f7013638..ff5e91f32f092eb60e67ff29e35d1ad90ca17a41 100644 (file)
@@ -345,6 +345,7 @@ SR_PRIV struct sr_output_module output_analog = {
        .name = "Analog",
        .desc = "Analog data and types",
        .exts = NULL,
+       .flags = 0,
        .options = get_options,
        .init = init,
        .receive = receive,