summaryrefslogtreecommitdiff
path: root/decoders/ade77xx
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ade77xx')
-rw-r--r--decoders/ade77xx/pd.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/decoders/ade77xx/pd.py b/decoders/ade77xx/pd.py
index 5a24a25..5421cf4 100644
--- a/decoders/ade77xx/pd.py
+++ b/decoders/ade77xx/pd.py
@@ -36,13 +36,13 @@ class Decoder(srd.Decoder):
outputs = []
tags = ['Analog/digital', 'IC', 'Sensor']
annotations = (
- ('read', 'Register read commands'),
- ('write', 'Register write commands'),
- ('warning', 'Warnings'),
+ ('read', 'Register read'),
+ ('write', 'Register write'),
+ ('warning', 'Warning'),
)
annotation_rows = (
- ('read', 'Read', (0,)),
- ('write', 'Write', (1,)),
+ ('reads', 'Reads', (0,)),
+ ('writes', 'Writes', (1,)),
('warnings', 'Warnings', (2,)),
)