]> sigrok.org Git - libsigrokdecode.git/commit
onewire_link: Fix a bug when the samplerate is too low for the PD.
authorUwe Hermann <redacted>
Fri, 3 Apr 2015 21:21:59 +0000 (23:21 +0200)
committerUwe Hermann <redacted>
Fri, 3 Apr 2015 21:43:35 +0000 (23:43 +0200)
commit3085037bbcb7f6a5ea101227f3ab2045645a21c4
treebaf038a1ef6b10e9b474da32de18dda1ae528c80
parent348118b732231daf9d9e4b3f7c80e7939f3eb0ca
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.
decoders/onewire_link/pd.py