summaryrefslogtreecommitdiff
path: root/decoders/spi.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/spi.py')
-rw-r--r--decoders/spi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/spi.py b/decoders/spi.py
index 2c7445f..8c62cde 100644
--- a/decoders/spi.py
+++ b/decoders/spi.py
@@ -46,8 +46,8 @@ class Decoder(sigrokdecode.Decoder):
self.output_annotation = None
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):
return 'SPI: %d bytes received' % self.bytesreceived