diff options
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-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 68b75a0..5e83a21 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -30,7 +30,7 @@ class Decoder(srd.Decoder): inputs = ['i2c'] outputs = [] # TODO: Only known at run-time. - def __init__(self, **kwargs): + def __init__(self): self.packets = [] # Local cache of I²C packets self.slaves = [] # List of known slave addresses self.stream = -1 # Current output stream |