2
0
forked from Ivasoft/DSView
This commit is contained in:
DreamSourceLab
2019-11-01 18:33:47 -07:00
parent 04606c6835
commit d33bb18350

View File

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