diff options
Diffstat (limited to 'decoders/rfm12/pd.py')
-rw-r--r-- | decoders/rfm12/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/rfm12/pd.py b/decoders/rfm12/pd.py index 9bcbd9d..46e5b07 100644 --- a/decoders/rfm12/pd.py +++ b/decoders/rfm12/pd.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): ('interpretation', 'Interpretation', (5,)), ) - def __init__(self, **kwargs): + def __init__(self): self.mosi_bytes, self.miso_bytes = [], [] self.mosi_bits, self.miso_bits = [], [] self.row_pos = [0, 0, 0] |