summaryrefslogtreecommitdiff
path: root/decoders/nunchuk.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-12 22:16:26 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-12 22:31:11 +0100
commit9a12a6e7af3d7091d8e35dd1c731402cb80a01b0 (patch)
tree5a6891e0ede5d502344d8a6d37ccfa9c04c25d1d /decoders/nunchuk.py
parent957da0732562da1011adb6da95614d67143a607c (diff)
downloadlibsigrokdecode-9a12a6e7af3d7091d8e35dd1c731402cb80a01b0.tar.gz
libsigrokdecode-9a12a6e7af3d7091d8e35dd1c731402cb80a01b0.zip
srd: decoders: Metadata consistency fixes/updates.
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r--decoders/nunchuk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py
index 63fadc2..8bf0228 100644
--- a/decoders/nunchuk.py
+++ b/decoders/nunchuk.py
@@ -75,6 +75,7 @@ class Decoder(srd.Decoder):
outputs = ['nunchuck']
probes = [] # TODO
options = {}
+ annotations = []
def __init__(self, **kwargs):
self.state = IDLE # TODO: Can we assume a certain initial state?