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
Valentin Platzgummer
qgroundcontrol
Commits
d57fa56c
Commit
d57fa56c
authored
Jul 08, 2014
by
Bryant Mairs
Browse files
QSerialPort::UnknownBaud is now deprecated, so remove its use.
parent
3f42bf1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/SerialLink.cc
View file @
d57fa56c
...
...
@@ -612,7 +612,6 @@ qint64 SerialLink::getConnectionSpeed() const
dataRate
=
115200
;
break
;
// Otherwise do nothing.
case
QSerialPort
::
UnknownBaud
:
default:
dataRate
=
-
1
;
break
;
...
...
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