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