summaryrefslogtreecommitdiff
path: root/decoders/mx25lxx05d
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r--decoders/mx25lxx05d/pd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py
index 76319db..c7dbd20 100644
--- a/decoders/mx25lxx05d/pd.py
+++ b/decoders/mx25lxx05d/pd.py
@@ -91,12 +91,10 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['spi', 'logic']
outputs = ['mx25lxx05d']
- probes = []
optional_probes = [
{'id': 'hold', 'name': 'HOLD#', 'desc': 'Pause device w/o deselecting it'},
{'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'Write protect'},
]
- options = {}
annotations = cmd_annotation_classes() + [
['bits', 'Bits'],
['bits2', 'Bits2'],