mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-605 'uncrustify' new code
This commit is contained in:
parent
6364bb8566
commit
674129352d
@ -231,10 +231,9 @@ static void pathPlannerTask()
|
||||
FlightModeSettingsFlightModeChangeRestartsPathPlanGet(&restart);
|
||||
if (restart == FLIGHTMODESETTINGS_FLIGHTMODECHANGERESTARTSPATHPLAN_TRUE) {
|
||||
setWaypoint(0);
|
||||
} else {
|
||||
setWaypoint(waypointActive.Index);
|
||||
}
|
||||
else {
|
||||
setWaypoint(waypointActive.Index);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user