summaryrefslogtreecommitdiff
path: root/decoders/nunchuk/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/nunchuk/pd.py')
-rw-r--r--decoders/nunchuk/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py
index 78eacea..5c719cb 100644
--- a/decoders/nunchuk/pd.py
+++ b/decoders/nunchuk/pd.py
@@ -51,9 +51,6 @@ class Decoder(srd.Decoder):
# self.out_proto = self.register(srd.OUTPUT_PYTHON)
self.out_ann = self.register(srd.OUTPUT_ANN)
- def report(self):
- pass
-
def putx(self, data):
# Helper for annotations which span exactly one I2C packet.
self.put(self.ss, self.es, self.out_ann, data)