mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Uncrustify
This commit is contained in:
parent
26559a0934
commit
84950bd413
@ -599,6 +599,7 @@ void plan_run_VelocityRoam()
|
||||
{
|
||||
// float alpha;
|
||||
PathDesiredData pathDesired;
|
||||
|
||||
// velocity roam code completely sets pathdesired object. it was not set in setup phase
|
||||
memset(&pathDesired, 0, sizeof(PathDesiredData));
|
||||
FlightStatusAssistedControlStateOptions assistedControlFlightMode;
|
||||
@ -724,6 +725,7 @@ static PiOSDeltatimeConfig actimeval;
|
||||
void plan_setup_AutoCruise()
|
||||
{
|
||||
PositionStateData positionState;
|
||||
|
||||
PositionStateGet(&positionState);
|
||||
|
||||
PathDesiredData pathDesired;
|
||||
|
Loading…
Reference in New Issue
Block a user