]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/i2cdemux.py
srd: JTAG: The TRST# (and SRST#) signals are optional.
[libsigrokdecode.git] / decoders / i2cdemux / i2cdemux.py
index 6f2964933fbea75d379397ca9552729a7644173e..360c408a42a4aa85dab502b4cd54292249ef93c7 100644 (file)
@@ -28,7 +28,6 @@ class Decoder(srd.Decoder):
     name = 'I2C demux'
     longname = 'I2C demultiplexer'
     desc = 'TODO.'
-    longdesc = 'TODO.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = [] # TODO: Only known at run-time.