]> sigrok.org Git - libsigrok.git/blobdiff - output/output_binary.c
output modules now register the DF type they can use
[libsigrok.git] / output / output_binary.c
index 2045a579ec02a4579b961c03957583d947a6256a..41a8caee721ec04cb2eefec58285f9537c9311b9 100644 (file)
@@ -64,6 +64,7 @@ static int data(struct output *o, char *data_in, uint64_t length_in,
 struct output_format output_binary = {
        "binary",
        "Raw binary",
+       DF_LOGIC,
        NULL,
        data,
        event,