X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Foutput.c;h=6f02b6806d618321f05476222a856c05fee37cd0;hb=46a36bf0bb2e46f6aee28f629e950fb923c2884f;hp=c6c2d7206cbb2fce828177546659a13284127258;hpb=1af7497d6733e00b050b25c6d0fbad3ea62c7136;p=libsigrok.git diff --git a/src/output/output.c b/src/output/output.c index c6c2d720..6f02b680 100644 --- a/src/output/output.c +++ b/src/output/output.c @@ -64,8 +64,9 @@ extern SR_PRIV struct sr_output_module output_csv; extern SR_PRIV struct sr_output_module output_analog; extern SR_PRIV struct sr_output_module output_srzip; extern SR_PRIV struct sr_output_module output_wav; +extern SR_PRIV struct sr_output_module output_wavedrom; extern SR_PRIV struct sr_output_module output_null; -/* @endcond */ +/** @endcond */ static const struct sr_output_module *output_module_list[] = { &output_ascii, @@ -79,6 +80,7 @@ static const struct sr_output_module *output_module_list[] = { &output_analog, &output_srzip, &output_wav, + &output_wavedrom, &output_null, NULL, };