Commit 4db55b23 authored by Gus Grubba's avatar Gus Grubba

Cosmetics

parent 73ea13a1
......@@ -3115,7 +3115,9 @@ void Vehicle::guidedModeROI(const QGeoCoordinate& centerCoord)
static_cast<float>(qQNaN()), // Empty
static_cast<float>(qQNaN()), // Empty
static_cast<float>(qQNaN()), // Empty
centerCoord.latitude(), centerCoord.longitude(), static_cast<float>(centerCoord.altitude()));
centerCoord.latitude(),
centerCoord.longitude(),
static_cast<float>(centerCoord.altitude()));
} else {
sendMavCommand(
defaultComponentId(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment