Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
d33bb183
Commit
d33bb183
authored
5 years ago
by
DreamSourceLab
Browse files
Options
Download
Email Patches
Plain Diff
Fix issue #235
parent
04606c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsigrokdecode4DSL/decoders/cec/pd.py
libsigrokdecode4DSL/decoders/cec/pd.py
+1
-1
No files found.
libsigrokdecode4DSL/decoders/cec/pd.py
View file @
d33bb183
...
...
@@ -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
==
0b
0
1
:
if
self
.
matched
==
0b1
0
:
self
.
wait
({
0
:
'f'
})
self
.
fall_end
=
self
.
samplenum
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment