]> sigrok.org Git - libsigrok.git/blobdiff - output/output_binary.c
Constify a few more 'char *' parameters.
[libsigrok.git] / output / output_binary.c
index 5f62dfe9aa39cd0a6a265d630bd65147dd640dba..2fee7fff41e34ecc120fa0d767378bcd88b5540e 100644 (file)
@@ -46,7 +46,7 @@ static int data(struct sr_output *o, char *data_in, uint64_t length_in,
 struct sr_output_format output_binary = {
        "binary",
        "Raw binary",
-       DF_LOGIC,
+       SR_DF_LOGIC,
        NULL,
        data,
        NULL,