]> sigrok.org Git - libsigrok.git/blobdiff - src/output/ols.c
Introduce OutputFlag
[libsigrok.git] / src / output / ols.c
index 7feb4db96cad4c6f5ffcb8c2ef78a8a9575013b4..1202a93ec74cac8ad37f1cdab3138ff859cf620d 100644 (file)
@@ -150,6 +150,8 @@ SR_PRIV struct sr_output_module output_ols = {
        .id = "ols",
        .name = "OLS",
        .desc = "OpenBench Logic Sniffer",
+       .exts = (const char*[]){"ols", NULL},
+       .flags = 0,
        .options = NULL,
        .init = init,
        .receive = receive,