summaryrefslogtreecommitdiff
path: root/decoders/cec/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/cec/pd.py')
-rw-r--r--decoders/cec/pd.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/decoders/cec/pd.py b/decoders/cec/pd.py
index b12633e..84166eb 100644
--- a/decoders/cec/pd.py
+++ b/decoders/cec/pd.py
@@ -66,11 +66,11 @@ class Decoder(srd.Decoder):
('eom-1', 'Message continued'),
('nack', 'ACK not set'),
('ack', 'ACK set'),
- ('bits', 'Bits'),
- ('bytes', 'Bytes'),
- ('frames', 'Frames'),
- ('sections', 'Sections'),
- ('warnings', 'Warnings')
+ ('bit', 'Bit'),
+ ('byte', 'Byte'),
+ ('frame', 'Frame'),
+ ('section', 'Section'),
+ ('warning', 'Warning')
)
annotation_rows = (
('bits', 'Bits', (0, 1, 2, 3, 4, 5)),