From: Uwe Hermann Date: Mon, 10 Sep 2018 20:07:45 +0000 (+0200) Subject: atsha204a: Add missing full stop in description. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=3a67b032235e719dc4e74f735d1c95ef2d481a33;ds=sidebyside atsha204a: Add missing full stop in description. --- diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index 2353178..a6a5a1d 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -85,7 +85,7 @@ class Decoder(srd.Decoder): id = 'atsha204a' name = 'ATSHA204A' longname = 'Microchip ATSHA204A' - desc = 'Microchip ATSHA204A CryptoAuthentication device' + desc = 'Microchip ATSHA204A CryptoAuthentication device.' license = 'gplv2+' inputs = ['i2c'] outputs = ['atsha204a']