diff options
Diffstat (limited to 'decoders/jtag_stm32')
-rw-r--r-- | decoders/jtag_stm32/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py index a251b3d..82558b8 100644 --- a/decoders/jtag_stm32/pd.py +++ b/decoders/jtag_stm32/pd.py @@ -146,7 +146,7 @@ class Decoder(srd.Decoder): desc = 'ST STM32-specific JTAG protocol.' license = 'gplv2+' inputs = ['jtag'] - outputs = ['jtag_stm32'] + outputs = [] tags = ['Debug/trace'] annotations = ( ('item', 'Item'), |