X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=decode.c;fp=decode.c;h=d27703929fe7d34a7e972627b87a5e0fd7d723e9;hp=0bf1d250bacb2063f5d28738a72083fd5db13b5c;hb=69110b5cbe99a54937f108d239592e5afb55d008;hpb=0171a4a7a49fd1948b3e420bc553a024413d487e diff --git a/decode.c b/decode.c index 0bf1d25..d277039 100644 --- a/decode.c +++ b/decode.c @@ -29,6 +29,8 @@ static GHashTable *pd_meta_visible = NULL; static GHashTable *pd_binary_visible = NULL; static GHashTable *pd_channel_maps = NULL; +uint64_t pd_samplerate = 0; + extern struct srd_session *srd_sess; static int opts_to_gvar(struct srd_decoder *dec, GHashTable *hash,