diff options
Diffstat (limited to 'decoders/mx25lxx05d.py')
-rw-r--r-- | decoders/mx25lxx05d.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py index 78478f1..419139d 100644 --- a/decoders/mx25lxx05d.py +++ b/decoders/mx25lxx05d.py @@ -104,7 +104,7 @@ device_name = { class Decoder(srd.Decoder): id = 'mx25lxx05d' name = 'MX25Lxx05D' - longname = 'Macronix MX25Lxx05D SPI flash chip decoder' + longname = 'Macronix MX25Lxx05D' desc = 'Macronix MX25Lxx05D SPI flash chip decoder' longdesc = 'TODO' author = 'Uwe Hermann' |