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
8c7ec0ae
Commit
8c7ec0ae
authored
Dec 18, 2015
by
Don Gagne
Browse files
Make compiler happy
Even though it’s wrong!
parent
f8ca385d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/FirmwareUpgradeController.cc
View file @
8c7ec0ae
...
...
@@ -363,7 +363,7 @@ QHash<FirmwareUpgradeController::FirmwareIdentifier, QString>* FirmwareUpgradeCo
QHash
<
FirmwareUpgradeController
::
FirmwareIdentifier
,
QString
>*
FirmwareUpgradeController
::
_firmwareHashForBoardType
(
QGCSerialPortInfo
::
BoardType_t
boardType
)
{
int
boardId
;
int
boardId
=
Bootloader
::
boardIDPX4FMUV2
;
switch
(
boardType
)
{
case
QGCSerialPortInfo
::
BoardTypePX4FMUV1
:
...
...
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