]> sigrok.org Git - libsigrok.git/blobdiff - output/output_skeleton.c
output modules now register the DF type they can use
[libsigrok.git] / output / output_skeleton.c
index d96d41ab4e34f261da5785ed5bd2dadaba2470e4..91ee9171e73c1a522b2c9995d6f57e36ba2c2254 100644 (file)
@@ -40,6 +40,7 @@ static int event(struct output *o, int event_type, char **data_out,
 struct output_format output_foo = {
        "foo",
        "The foo format",
+       DF_LOGIC,
        init,
        data,
        event,