summaryrefslogtreecommitdiff
path: root/decoders/nunchuk.py
diff options
context:
space:
mode:
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?