From: Uwe Hermann Date: Wed, 8 Jan 2020 21:41:08 +0000 (+0100) Subject: cjtag: Use plural for annotation row IDs/names. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=inline;h=0eac71499adc6e046685dc85d980d227fa23a2a8;hp=e349cbe9c80b772d5b96c94d24719b2cb49e0c4f;p=libsigrokdecode.git cjtag: Use plural for annotation row IDs/names. --- diff --git a/decoders/cjtag/pd.py b/decoders/cjtag/pd.py index a5c398e..912f072 100644 --- a/decoders/cjtag/pd.py +++ b/decoders/cjtag/pd.py @@ -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))), )