diff options
Diffstat (limited to 'decoders/jtag')
-rw-r--r-- | decoders/jtag/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/jtag/pd.py b/decoders/jtag/pd.py index 8eb81c0..0bb4069 100644 --- a/decoders/jtag/pd.py +++ b/decoders/jtag/pd.py @@ -73,7 +73,6 @@ class Decoder(srd.Decoder): {'id': 'srst', 'name': 'SRST#', 'desc': 'System reset'}, {'id': 'rtck', 'name': 'RTCK', 'desc': 'Return clock signal'}, ] - options = {} annotations = [[s.lower(), s] for s in jtag_states] def __init__(self, **kwargs): |