forked from Ivasoft/DSView
Fix issue #235
This commit is contained in:
@@ -307,6 +307,6 @@ class Decoder(srd.Decoder):
|
||||
# If there was a timeout while waiting for ACK: RESYNC.
|
||||
# Note: This is an expected situation as no new falling edge will
|
||||
# happen until next frame is transmitted.
|
||||
if self.matched == 0b01:
|
||||
if self.matched == 0b10:
|
||||
self.wait({0: 'f'})
|
||||
self.fall_end = self.samplenum
|
||||
|
||||
Reference in New Issue
Block a user