From: Uwe Hermann Date: Fri, 3 Apr 2015 21:21:59 +0000 (+0200) Subject: onewire_link: Fix a bug when the samplerate is too low for the PD. X-Git-Tag: libsigrokdecode-0.4.0~120 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=3085037bbcb7f6a5ea101227f3ab2045645a21c4;hp=3085037bbcb7f6a5ea101227f3ab2045645a21c4;ds=sidebyside onewire_link: Fix a bug when the samplerate is too low for the PD. The code was trying to emit annotations before self.register(srd.OUTPUT_ANN) was run. This fixes bug #357. ---