summaryrefslogtreecommitdiff
path: root/decoders/em4100/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/em4100/pd.py')
-rw-r--r--decoders/em4100/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/em4100/pd.py b/decoders/em4100/pd.py
index 8c8a72b..711c0fa 100644
--- a/decoders/em4100/pd.py
+++ b/decoders/em4100/pd.py
@@ -212,7 +212,7 @@ class Decoder(srd.Decoder):
raise SamplerateError('Cannot decode without samplerate.')
# Initialize internal state from the very first sample.
- (pin,) = self.wait({'skip': 1})
+ (pin,) = self.wait()
self.oldpin = pin
self.last_samplenum = self.samplenum
self.lastlast_samplenum = self.samplenum