diff options
Diffstat (limited to 'decoders/ds1307/pd.py')
-rw-r--r-- | decoders/ds1307/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds1307/pd.py b/decoders/ds1307/pd.py index 0cd3b9d..556d593 100644 --- a/decoders/ds1307/pd.py +++ b/decoders/ds1307/pd.py @@ -56,7 +56,7 @@ class Decoder(srd.Decoder): id = 'ds1307' name = 'DS1307' longname = 'Dallas DS1307' - desc = 'Realtime clock module protocol.' + desc = 'Dallas DS1307 realtime clock module protocol.' license = 'gplv2+' inputs = ['i2c'] outputs = ['ds1307'] |