X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Ftext%2Fhex.c;h=285102ee461f7005289e7ee0bc3b7d39fc69227e;hb=8a7b47cdfae4a4a95e92958beab41a4985e8f8e3;hp=bd9aa09d49f141dcd1f3bef1425d553ec8e29d75;hpb=9688b443f65c7779a07b0e3ef2b9f9721ff742cd;p=libsigrok.git diff --git a/output/text/hex.c b/output/text/hex.c index bd9aa09d..285102ee 100644 --- a/output/text/hex.c +++ b/output/text/hex.c @@ -24,7 +24,6 @@ #include #include "text.h" - int init_hex(struct sr_output *o) { return init(o, DEFAULT_BPL_HEX, MODE_HEX); @@ -90,7 +89,6 @@ int data_hex(struct sr_output *o, const char *data_in, uint64_t length_in, return SR_OK; } - struct sr_output_format output_text_hex = { "hex", "Hexadecimal (takes argument, default 192)", @@ -99,4 +97,3 @@ struct sr_output_format output_text_hex = { data_hex, event, }; -