]> sigrok.org Git - libsigrok.git/blobdiff - src/output/ols.c
output: Added preferred file extension field
[libsigrok.git] / src / output / ols.c
index 7feb4db96cad4c6f5ffcb8c2ef78a8a9575013b4..bf1aacbd2771f76876e1e894f4374f636b3788b1 100644 (file)
@@ -150,6 +150,7 @@ SR_PRIV struct sr_output_module output_ols = {
        .id = "ols",
        .name = "OLS",
        .desc = "OpenBench Logic Sniffer",
+       .exts = (const char*[]){"ols", NULL},
        .options = NULL,
        .init = init,
        .receive = receive,