summaryrefslogtreecommitdiff
path: root/decoders/atsha204a/pd.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-04-30 22:15:54 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-04-30 22:15:54 +0200
commit81f301b4c84c2993afd87773aff6d10130f2dceb (patch)
tree7b00bae9000e16d92b9b09e97082cd1fb99b4d7e /decoders/atsha204a/pd.py
parentdcf65053104aa29162d985558260f5f8e7a859da (diff)
downloadlibsigrokdecode-81f301b4c84c2993afd87773aff6d10130f2dceb.tar.gz
libsigrokdecode-81f301b4c84c2993afd87773aff6d10130f2dceb.zip
atsha204a: Mention ATECC508A support in docs.
Diffstat (limited to 'decoders/atsha204a/pd.py')
-rw-r--r--decoders/atsha204a/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py
index c0db9a4..c666332 100644
--- a/decoders/atsha204a/pd.py
+++ b/decoders/atsha204a/pd.py
@@ -97,7 +97,7 @@ class Decoder(srd.Decoder):
id = 'atsha204a'
name = 'ATSHA204A'
longname = 'Microchip ATSHA204A'
- desc = 'Microchip ATSHA204A crypto authentication protocol.'
+ desc = 'Microchip ATSHA204A family crypto authentication protocol.'
license = 'gplv2+'
inputs = ['i2c']
outputs = []