]> sigrok.org Git - libsigrokdecode.git/commitdiff
cjtag: Use plural for annotation row IDs/names.
authorUwe Hermann <redacted>
Wed, 8 Jan 2020 21:41:08 +0000 (22:41 +0100)
committerUwe Hermann <redacted>
Wed, 8 Jan 2020 23:15:02 +0000 (00:15 +0100)
decoders/cjtag/pd.py

index a5c398e671a31322502dc9c7d1c9665b3964d15c..912f072a46b8bf82d768ff36a63e6ccba55a7a96 100644 (file)
@@ -89,8 +89,8 @@ class Decoder(srd.Decoder):
         ('bits-tdo', 'Bits (TDO)', (17,)),
         ('bitstrings-tdi', 'Bitstrings (TDI)', (18,)),
         ('bitstrings-tdo', 'Bitstrings (TDO)', (19,)),
-        ('bit-tms', 'Bit (TMS)', (20,)),
-        ('state-tapc', 'TAPC state', (21,)),
+        ('bits-tms', 'Bits (TMS)', (20,)),
+        ('states-tapc', 'TAPC states', (21,)),
         ('states', 'States', tuple(range(15 + 1))),
     )