diff options
Diffstat (limited to 'decoders/mx25lxx05d/pd.py')
-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 = [ |