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