summaryrefslogtreecommitdiff
path: root/decoders/dsi
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dsi')
-rw-r--r--decoders/dsi/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py
index 35a1225..5b473be 100644
--- a/decoders/dsi/pd.py
+++ b/decoders/dsi/pd.py
@@ -108,7 +108,7 @@ class Decoder(srd.Decoder):
raise SamplerateError('Cannot decode without samplerate.')
bit = 0
while True:
- (self.dsi,) = self.wait({'skip': 1})
+ (self.dsi,) = self.wait()
if self.options['polarity'] == 'active-high':
self.dsi ^= 1 # Invert.