Commit 6fbe3d3a authored by Timothy Pearson's avatar Timothy Pearson
Browse files

Fix decode failure on host driven abort

parent ef697227
......@@ -182,6 +182,7 @@ class Decoder(srd.Decoder):
self.databyte = 0
self.tarcount = 0
self.synccount = 0
self.timeoutcount = 0
self.oldpins = None
self.ss_block = self.es_block = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment