summaryrefslogtreecommitdiff
path: root/decoders/microwire
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/microwire')
-rw-r--r--decoders/microwire/pd.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/decoders/microwire/pd.py b/decoders/microwire/pd.py
index 4ec6eb0..4180ba2 100644
--- a/decoders/microwire/pd.py
+++ b/decoders/microwire/pd.py
@@ -71,6 +71,12 @@ class Decoder(srd.Decoder):
('warnings', 'Warnings', (5,)),
)
+ def __init__(self):
+ self.reset()
+
+ def reset(self):
+ pass
+
def start(self):
self.out_python = self.register(srd.OUTPUT_PYTHON)
self.out_ann = self.register(srd.OUTPUT_ANN)