X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2Foutput.c;h=80552f6d29470d9f30a4d6981055690952a8cdf0;hb=dbd0aeff352c93d6091f141550683966504a72d5;hp=a3e5dc790363c1377159eb03d44b29446c524952;hpb=71e16f47e3b02a4d2a8208ab02ee183ac6162137;p=libsigrok.git diff --git a/output/output.c b/output/output.c index a3e5dc79..80552f6d 100644 --- a/output/output.c +++ b/output/output.c @@ -49,7 +49,7 @@ */ /** @cond PRIVATE */ -extern SR_PRIV struct sr_output_format output_text_bits; +extern SR_PRIV struct sr_output_format output_bits; extern SR_PRIV struct sr_output_format output_text_hex; extern SR_PRIV struct sr_output_format output_text_ascii; extern SR_PRIV struct sr_output_format output_binary; @@ -63,7 +63,7 @@ extern SR_PRIV struct sr_output_format output_analog; /* @endcond */ static struct sr_output_format *output_module_list[] = { - &output_text_bits, + &output_bits, &output_text_hex, &output_text_ascii, &output_binary,