diff options
-rw-r--r-- | decoders/dsi/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py index ea27079..c7cab80 100644 --- a/decoders/dsi/pd.py +++ b/decoders/dsi/pd.py @@ -111,6 +111,7 @@ class Decoder(srd.Decoder): raise SamplerateError('Cannot decode without samplerate.') bit = 0 while True: + # TODO: Come up with more appropriate self.wait() conditions. (self.dsi,) = self.wait() if self.options['polarity'] == 'active-high': self.dsi ^= 1 # Invert. |