]> sigrok.org Git - libsigrok.git/blobdiff - src/output/hex.c
output: Added preferred file extension field
[libsigrok.git] / src / output / hex.c
index 67a349e5f801ba083730791cb2e648baa362e709..6b24fdf578aceb10083db93204e32d89929684a5 100644 (file)
@@ -252,6 +252,7 @@ SR_PRIV struct sr_output_module output_hex = {
        .id = "hex",
        .name = "Hexadecimal",
        .desc = "Hexadecimal digits",
+       .exts = (const char*[]){"txt", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,