Commit 639fbf31 authored by Lorenz Meier's avatar Lorenz Meier

added missing value

parent 0e242ad7
...@@ -108,6 +108,8 @@ bool UASManager::setHomePositionAndNotify(double lat, double lon, double alt) ...@@ -108,6 +108,8 @@ bool UASManager::setHomePositionAndNotify(double lat, double lon, double alt)
mav->setHomePosition(homeLat, homeLon, homeAlt); mav->setHomePosition(homeLat, homeLon, homeAlt);
} }
} }
return changed;
} }
/** /**
......
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