Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattias Fält
moberg
Commits
a813c679
Commit
a813c679
authored
Apr 23, 2021
by
Anders Blomdell
Browse files
Change eventchar to 0x5e
parent
b6ac7cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/serial2002/serial2002_lib.c
View file @
a813c679
...
...
@@ -174,8 +174,8 @@ struct moberg_status serial2002_read(struct serial2002_io *io,
value
->
kind
=
is_digital
;
}
break
;
case
2
:{
if
(
data
==
0x5
f
)
{
/* Ignore FTDI USB/serial event character (get bit 3
1
) */
if
(
data
==
0x5
e
)
{
/* Ignore FTDI USB/serial event character (get bit 3
0
) */
value
->
kind
=
is_invalid
;
value
->
index
=
0
;
value
->
value
=
0
;
...
...
Write
Preview
Supports
Markdown
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