diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 6cd3089..d3ae871 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -87,8 +87,8 @@ class Decoder(sigrokdecode.Decoder): self.databytecount = 0 def start(self, metadata): - # self.output_protocol = self.output_new(2) - self.output_annotation = self.output_new(1) + # self.output_protocol = self.add(2) + self.output_annotation = self.add(1) def report(self): pass |