From 3a67b032235e719dc4e74f735d1c95ef2d481a33 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 10 Sep 2018 22:07:45 +0200 Subject: [PATCH] atsha204a: Add missing full stop in description. --- decoders/atsha204a/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.30.2