mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-295: uncrustify
This commit is contained in:
parent
5bd491ac57
commit
47d2746fba
@ -174,6 +174,7 @@ void plan_setup_returnToBase()
|
||||
void plan_setup_AutoTakeoff()
|
||||
{
|
||||
PathDesiredData pathDesired;
|
||||
|
||||
memset(&pathDesired, 0, sizeof(PathDesiredData));
|
||||
PositionStateData positionState;
|
||||
|
||||
|
@ -369,7 +369,6 @@ void VtolAutoTakeoffController::UpdateAutoPilot()
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case STATUSVTOLAUTOTAKEOFF_CONTROLSTATE_ABORT:
|
||||
{
|
||||
FlightStatusData flightStatus;
|
||||
|
Loading…
x
Reference in New Issue
Block a user