diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-02-01 23:14:46 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-02-01 23:32:34 +0100 |
commit | 847e488b37fe5c85c4d1aa4930ced34c24ca5b03 (patch) | |
tree | 64770c3eb82605ee222fc2587402175eab776747 /decoders/mx25lxx05d | |
parent | 4e3b276aac6d42722fe8a90e8c4ea74bf59fdb37 (diff) | |
download | libsigrokdecode-847e488b37fe5c85c4d1aa4930ced34c24ca5b03.tar.gz libsigrokdecode-847e488b37fe5c85c4d1aa4930ced34c24ca5b03.zip |
Add a few missing probe-names.
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r-- | decoders/mx25lxx05d/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index faecf59..fdb8248 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -90,8 +90,8 @@ class Decoder(srd.Decoder): outputs = ['mx25lxx05d'] probes = [] optional_probes = [ - {'id': 'hold', 'name': 'HOLD#', 'desc': 'TODO.'}, - {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'TODO.'}, + {'id': 'hold', 'name': 'HOLD#', 'desc': 'Pause device w/o deselecting it'}, + {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'Write protect'}, ] options = {} annotations = [ |