]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds1307/pd.py
sdcard_spi: Fix handling of some warning annotations.
[libsigrokdecode.git] / decoders / ds1307 / pd.py
index 01aaf6bc46a371e601d11f059978e6dd2e6f673f..97431e01587dd6d4f933cc6f7b5e295153766f0f 100644 (file)
@@ -19,8 +19,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-# Dallas DS1307 RTC protocol decoder
-
 import sigrokdecode as srd
 
 days_of_week = [
@@ -50,7 +48,7 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['Text', 'Human-readable text'],
+        ['text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):