diff options
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r-- | decoders/mx25lxx05d/mx25lxx05d.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/mx25lxx05d/mx25lxx05d.py b/decoders/mx25lxx05d/mx25lxx05d.py index fa05205..80b1a65 100644 --- a/decoders/mx25lxx05d/mx25lxx05d.py +++ b/decoders/mx25lxx05d/mx25lxx05d.py @@ -99,7 +99,6 @@ class Decoder(srd.Decoder): name = 'MX25Lxx05D' longname = 'Macronix MX25Lxx05D' desc = 'Macronix MX25Lxx05D SPI flash chip decoder' - longdesc = 'TODO' license = 'gplv2+' inputs = ['spi', 'logic'] outputs = ['mx25lxx05d'] |