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
b6ec1ddd
Commit
b6ec1ddd
authored
Jul 06, 2016
by
Don Gagne
Browse files
Fix indentation
parent
711ee0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vehicle/Vehicle.cc
View file @
b6ec1ddd
...
...
@@ -521,7 +521,7 @@ void Vehicle::_handleExtendedSysState(mavlink_message_t& message)
mavlink_msg_extended_sys_state_decode
(
&
message
,
&
extendedState
);
switch
(
extendedState
.
landed_state
)
{
case
MAV_LANDED_STATE_UNDEFINED
:
case
MAV_LANDED_STATE_UNDEFINED
:
break
;
case
MAV_LANDED_STATE_ON_GROUND
:
setFlying
(
false
);
...
...
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