]> sigrok.org Git - libsigrokdecode.git/commitdiff
atsha204a: Add missing full stop in description.
authorUwe Hermann <redacted>
Mon, 10 Sep 2018 20:07:45 +0000 (22:07 +0200)
committerUwe Hermann <redacted>
Mon, 10 Sep 2018 20:07:45 +0000 (22:07 +0200)
decoders/atsha204a/pd.py

index 2353178d93c951b5f9375c4af73be6f897cc8b55..a6a5a1dfa328953355fb02ef8673538485891f89 100644 (file)
@@ -85,7 +85,7 @@ class Decoder(srd.Decoder):
     id = 'atsha204a'
     name = 'ATSHA204A'
     longname = 'Microchip ATSHA204A'
     id = 'atsha204a'
     name = 'ATSHA204A'
     longname = 'Microchip ATSHA204A'
-    desc = 'Microchip ATSHA204A CryptoAuthentication device'
+    desc = 'Microchip ATSHA204A CryptoAuthentication device.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['atsha204a']
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['atsha204a']