diff options
Diffstat (limited to 'decoders/atsha204a')
-rw-r--r-- | decoders/atsha204a/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index 3f579b1..2fb9b52 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -88,7 +88,7 @@ class Decoder(srd.Decoder): desc = 'Microchip ATSHA204A crypto authentication protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['atsha204a'] + outputs = [] tags = ['Security/crypto', 'IC', 'Memory'] annotations = ( ('waddr', 'Word address'), |