diff options
Diffstat (limited to 'decoders/i2cdemux')
-rw-r--r-- | decoders/i2cdemux/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index afeaea8..b075129 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -42,7 +42,7 @@ class Decoder(srd.Decoder): self.stream = -1 # Current output stream self.streamcount = 0 # Number of created output streams - def start(self, metadata): + def start(self): self.out_proto = [] def report(self): |