From 9a12a6e7af3d7091d8e35dd1c731402cb80a01b0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 12 Jan 2012 22:16:26 +0100 Subject: srd: decoders: Metadata consistency fixes/updates. --- decoders/mx25lxx05d.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decoders/mx25lxx05d.py') diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py index 3f0dc18..82a43cf 100644 --- a/decoders/mx25lxx05d.py +++ b/decoders/mx25lxx05d.py @@ -159,7 +159,7 @@ miso_packets = [ class Decoder(srd.Decoder): id = 'mx25lxx05d' - name = 'Macronix MX25Lxx05D' + name = 'MX25Lxx05D' longname = 'Macronix MX25Lxx05D SPI flash chip decoder' desc = 'Macronix MX25Lxx05D SPI flash chip decoder' longdesc = 'TODO' @@ -170,6 +170,7 @@ class Decoder(srd.Decoder): outputs = ['mx25lxx05d'] probes = [] # TODO: HOLD#, WP#/ACC options = {} # TODO + annotations = [] def __init__(self, **kwargs): self.state = IDLE -- cgit v1.2.3-70-g09d2