]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/pd.py
Rename inter-PD output type to SRD_OUTPUT_PYTHON
[libsigrokdecode.git] / decoders / nunchuk / pd.py
index b272338571eab45d0bd6722050b7fbcc4700476c..544802edff7adc841795aee9c2fe5e38add31a72 100644 (file)
@@ -48,7 +48,7 @@ class Decoder(srd.Decoder):
         self.init_seq = []
 
     def start(self):
-        # self.out_proto = self.add(srd.OUTPUT_PROTO, 'nunchuk')
+        # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'nunchuk')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'nunchuk')
 
     def report(self):