X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Foutput.c;fp=src%2Foutput%2Foutput.c;h=1a134eb2f4439ebfae8a9d1941e4d35a97d6af8e;hb=e4204b1757459a03c0a70849a659f27387edc295;hp=c6c2d7206cbb2fce828177546659a13284127258;hpb=8686b747cd40695c36f998603f6e853ee5eea883;p=libsigrok.git diff --git a/src/output/output.c b/src/output/output.c index c6c2d720..1a134eb2 100644 --- a/src/output/output.c +++ b/src/output/output.c @@ -64,6 +64,7 @@ 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 */ @@ -79,6 +80,7 @@ static const struct sr_output_module *output_module_list[] = { &output_analog, &output_srzip, &output_wav, + &output_wavedrom, &output_null, NULL, };