summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/ad79x0/pd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/ad79x0/pd.py b/decoders/ad79x0/pd.py
index 9f3a167..13a2972 100644
--- a/decoders/ad79x0/pd.py
+++ b/decoders/ad79x0/pd.py
@@ -45,12 +45,12 @@ class Decoder(srd.Decoder):
tags = ['Display']
annotations = (
('mode', 'Mode'),
- ('data', 'Data'),
+ ('voltage', 'Voltage'),
('validation', 'Validation'),
)
annotation_rows = (
- ('mode', 'Mode', (0,)),
- ('data', 'Converted data', (1,)),
+ ('modes', 'Modes', (0,)),
+ ('voltages', 'Voltages', (1,)),
('data_validation', 'Data validation', (2,)),
)
options = (