]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
sdcard_spi: Use SrdIntEnum for annotation classes.
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index 7eac07e74940889b5424973ca59c25b002c0abdf..c8ff2cc17cc07d6cb5203e4944df28f988f4301f 100644 (file)
@@ -66,10 +66,10 @@ class Decoder(srd.Decoder):
     desc = 'Digital Thermal Orientation Sensor (DTOS) protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['mxc6225xu']
+    outputs = []
     tags = ['IC', 'Sensor']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
 
     def __init__(self):