]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: All PDs: Various fixes, cosmetics.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index 3308bef392095500bd064045205ec170486d5240..0f1e35603612ecdcf0a413e924706d7005aa7db1 100644 (file)
@@ -49,7 +49,8 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['nunchuck']
-    probes = [] # TODO
+    probes = []
+    extra_probes = [] # TODO
     options = {}
     annotations = [
         ['TODO', 'TODO'],