From 74911b4c1f6d184dac878d94992d480af0564734 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Sun, 20 Nov 2011 16:30:38 +1300 Subject: libsigrokdecode: Allow multiple PD instances. There is currently no way to configure options or probes, so they'll always be the same, but it's a start. --- decoders/spi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'decoders') diff --git a/decoders/spi.py b/decoders/spi.py index 997119c..0b688c8 100644 --- a/decoders/spi.py +++ b/decoders/spi.py @@ -86,7 +86,6 @@ class Decoder(): "display":("%02X" % self.rxdata), "type":"spi", } - print outdata sigrok.put(outdata) # Reset decoder state self.rxdata = 0 -- cgit v1.2.3-70-g09d2