summaryrefslogtreecommitdiff
path: root/decoders/dcf77.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dcf77.py')
-rw-r--r--decoders/dcf77.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dcf77.py b/decoders/dcf77.py
index 7002660..f1bf7fa 100644
--- a/decoders/dcf77.py
+++ b/decoders/dcf77.py
@@ -47,7 +47,7 @@ def bcd2int(b):
class Decoder(srd.Decoder):
id = 'dcf77'
name = 'DCF77'
- longname = 'TODO.'
+ longname = 'DCF77 time protocol'
desc = 'TODO.'
longdesc = 'TODO.'
author = 'Uwe Hermann'