X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fnunchuk.py;fp=decoders%2Fnunchuk.py;h=63fadc2172f87457d58a814b7592487ae6856ea3;hb=56202222ed83ff030239bb23be8296574674c4f7;hp=86ec17111750dcf6ed2483317f6237f54abfa1a1;hpb=d0e93c76e381eff58ca23949301f781b24ba4a8b;p=libsigrokdecode.git diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 86ec171..63fadc2 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -84,8 +84,8 @@ class Decoder(srd.Decoder): self.databytecount = 0 def start(self, metadata): - # self.out_proto = self.add(srd.SRD_OUTPUT_PROTO, 'nunchuk') - self.out_ann = self.add(srd.SRD_OUTPUT_ANN, 'nunchuk') + # self.out_proto = self.add(srd.OUTPUT_PROTO, 'nunchuk') + self.out_ann = self.add(srd.OUTPUT_ANN, 'nunchuk') def report(self): pass