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
e997100f
Commit
e997100f
authored
Dec 26, 2015
by
Don Gagne
Browse files
Identify V4 board as Pixhawk
parent
9073ac22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCSerialPortInfo.cc
View file @
e997100f
...
...
@@ -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