Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
GeomagLogger
Commits
07da8bec
Commit
07da8bec
authored
Apr 14, 2021
by
Thomas Edwards
Browse files
Fixed bug with connonical mode flip/flop
parent
489caf57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/driver_serial.cpp
View file @
07da8bec
...
...
@@ -768,8 +768,8 @@ int driver_serial::init() {
//
// No higher-level input processing, non-canonical.
//
tio.c_lflag = 0;
tio
.
c_lflag
&=
~
ICANON
;
tio
.
c_lflag
=
0
;
//
tio.c_lflag &= ~ICANON;
//
// Set some special characters (c_cc).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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