Fix decode failure on host driven abort

This commit is contained in:
Timothy Pearson 2020-03-29 01:31:55 -05:00
parent ef69722751
commit 6fbe3d3a57

View File

@ -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