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
5399a291
Commit
5399a291
authored
Dec 26, 2015
by
Don Gagne
Browse files
Merge pull request #2471 from DonLakeFlyer/V4SerialPort
Identify V4 board as Pixhawk
parents
9073ac22
e997100f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCSerialPortInfo.cc
View file @
5399a291
...
...
@@ -121,7 +121,7 @@ bool QGCSerialPortInfo::boardTypePixhawk(void) const
{
BoardType_t
boardType
=
this
->
boardType
();
return
boardType
==
BoardTypePX4FMUV1
||
boardType
==
BoardTypePX4FMUV2
||
boardType
==
BoardTypeAeroCore
;
return
boardType
==
BoardTypePX4FMUV1
||
boardType
==
BoardTypePX4FMUV2
||
boardType
==
BoardTypePX4FMUV4
||
boardType
==
BoardTypeAeroCore
;
}
bool
QGCSerialPortInfo
::
isBootloader
(
void
)
const
...
...
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