diff options
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r-- | decoders/rtc8564/rtc8564.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 2e2f10f..6677f7b 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -32,7 +32,6 @@ class Decoder(srd.Decoder): name = 'RTC-8564' longname = 'Epson RTC-8564 JE/NB' desc = 'TODO.' - longdesc = 'TODO.' license = 'gplv2+' inputs = ['i2c'] outputs = ['rtc8564'] |