]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / sdcard_spi / pd.py
index 3c25f18c8d02f0bb1888bb152847dca41938f6de..c61c8c25833bd6e277762aaba189eeffe4179bec 100644 (file)
@@ -78,9 +78,6 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['sdcard_spi']
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = \
         [['cmd%d' % i, 'CMD%d' % i] for i in range(63 + 1)] + [
         ['cmd-desc', 'Command description'],