diff options
Diffstat (limited to 'decoders/sdcard_spi/pd.py')
-rw-r--r-- | decoders/sdcard_spi/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py index 3c25f18..c61c8c2 100644 --- a/decoders/sdcard_spi/pd.py +++ b/decoders/sdcard_spi/pd.py @@ -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'], |