]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk.py
srd: decoders: Metadata consistency fixes/updates.
[libsigrokdecode.git] / decoders / nunchuk.py
index 63fadc2172f87457d58a814b7592487ae6856ea3..8bf0228e03b5b722970cd5c207422e1cd8b063ba 100644 (file)
@@ -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?