]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mx25lxx05d.py
srd: Drop duplicate SRD_ prefix from ANN/PROTO.
[libsigrokdecode.git] / decoders / mx25lxx05d.py
index 4a87fa4b4b57476978936527f9244cd04cdfb54d..3f0dc18c71df247d6577414168f0099f253c62ff 100644 (file)
@@ -177,8 +177,8 @@ class Decoder(srd.Decoder):
         self.out = []
 
     def start(self, metadata):
-        # self.out_proto = self.add(srd.SRD_OUTPUT_PROTO, 'mx25lxx05d')
-        self.out_ann = self.add(srd.SRD_OUTPUT_ANN, 'mx25lxx05d')
+        # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mx25lxx05d')
+        self.out_ann = self.add(srd.OUTPUT_ANN, 'mx25lxx05d')
 
     def report(self):
         pass