diff options
Diffstat (limited to 'decoders/mx25lxx05d.py')
-rw-r--r-- | decoders/mx25lxx05d.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py index 82a43cf..8055c63 100644 --- a/decoders/mx25lxx05d.py +++ b/decoders/mx25lxx05d.py @@ -310,7 +310,7 @@ class Decoder(srd.Decoder): self.out += o - def decode(self, timeoffset, duration, data): + def decode(self, ss, es, data): self.out = [] # Iterate over all SPI MISO/MOSI packets. TODO: HOLD#, WP#/ACC? |