mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
Fix decode failure on host driven abort
This commit is contained in:
parent
ef69722751
commit
6fbe3d3a57
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user