Commit d33bb183 authored by DreamSourceLab's avatar DreamSourceLab
Browse files

Fix issue #235

parent 04606c68
......@@ -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
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