]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/wiegand/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / wiegand / pd.py
index a93be109802ee6eea571ea5c68f6ca92a452f474..7b3241f85f4e8d4480a3728d5e45c4828b5b3a68 100644 (file)
@@ -43,12 +43,12 @@ class Decoder(srd.Decoder):
          'default': 4, 'values': (1, 2, 4, 8, 16, 32)},
     )
     annotations = (
-        ('bits', 'Bits'),
+        ('bit', 'Bit'),
         ('state', 'State'),
     )
     annotation_rows = (
-        ('bits', 'Binary value', (0,)),
-        ('state', 'Stream state', (1,)),
+        ('bits', 'Bits', (0,)),
+        ('states', 'Stream states', (1,)),
     )
 
     def __init__(self):