diff options
Diffstat (limited to 'decoders/eeprom93xx')
-rw-r--r-- | decoders/eeprom93xx/pd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoders/eeprom93xx/pd.py b/decoders/eeprom93xx/pd.py index 82c1ae8..d76b869 100644 --- a/decoders/eeprom93xx/pd.py +++ b/decoders/eeprom93xx/pd.py @@ -43,6 +43,9 @@ class Decoder(srd.Decoder): ) def __init__(self): + self.reset() + + def reset(self): self.frame = [] def start(self): |