1
0
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:
U-karat-jdl\karat 2018-11-29 13:04:43 +02:00
parent 6364bb8566
commit 674129352d

View File

@ -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;
}