]> sigrok.org Git - libsigrok.git/blobdiff - output/output.c
output/hex: Rewrite for new output API.
[libsigrok.git] / output / output.c
index 80552f6d29470d9f30a4d6981055690952a8cdf0..76ff758bfea7e0a09d60694267c793fd052c26bc 100644 (file)
@@ -50,7 +50,7 @@
 
 /** @cond PRIVATE */
 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_hex;
 extern SR_PRIV struct sr_output_format output_text_ascii;
 extern SR_PRIV struct sr_output_format output_binary;
 extern SR_PRIV struct sr_output_format output_vcd;
@@ -64,7 +64,7 @@ extern SR_PRIV struct sr_output_format output_analog;
 
 static struct sr_output_format *output_module_list[] = {
        &output_bits,
-       &output_text_hex,
+       &output_hex,
        &output_text_ascii,
        &output_binary,
        &output_vcd,