summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/spi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/spi.py b/decoders/spi.py
index 0b688c8..0ac8b56 100644
--- a/decoders/spi.py
+++ b/decoders/spi.py
@@ -47,7 +47,7 @@ class Decoder():
#print kwargs
self.unitsize = unitsize
- self.probes = Decoder.probes
+ self.probes = Decoder.probes.copy()
self.oldsck = True
self.rxcount = 0
self.rxdata = 0