]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/i2cdemux.py
sr/srd: Small fixes, constifications, doc updates.
[libsigrokdecode.git] / decoders / i2cdemux / i2cdemux.py
index 4632c8df17644e73936f2a3b7c478e8152bf7f9e..6f2964933fbea75d379397ca9552729a7644173e 100644 (file)
@@ -26,7 +26,7 @@ class Decoder(srd.Decoder):
     api_version = 1
     id = 'i2cdemux'
     name = 'I2C demux'
-    longname = 'Generic I2C demultiplexer'
+    longname = 'I2C demultiplexer'
     desc = 'TODO.'
     longdesc = 'TODO.'
     license = 'gplv2+'