1
0
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:
Corvus Corax 2016-04-25 17:37:06 +02:00
parent 5bd491ac57
commit 47d2746fba
2 changed files with 1 additions and 1 deletions

View File

@ -174,6 +174,7 @@ void plan_setup_returnToBase()
void plan_setup_AutoTakeoff()
{
PathDesiredData pathDesired;
memset(&pathDesired, 0, sizeof(PathDesiredData));
PositionStateData positionState;

View File

@ -369,7 +369,6 @@ void VtolAutoTakeoffController::UpdateAutoPilot()
}
}
break;
case STATUSVTOLAUTOTAKEOFF_CONTROLSTATE_ABORT:
{
FlightStatusData flightStatus;