mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[flightplan] no more warnings for the dummy wp distance to home
This commit is contained in:
@@ -1038,10 +1038,9 @@ let () =
|
||||
|
||||
Xml2h.define "QFU" (sprintf "%.1f" qfu);
|
||||
|
||||
let waypoints = dummy_waypoint :: waypoints in
|
||||
|
||||
let (hx, hy) = home waypoints in
|
||||
List.iter (check_distance (hx, hy) mdfh) waypoints;
|
||||
let waypoints = dummy_waypoint :: waypoints in
|
||||
define_waypoints_indices waypoints;
|
||||
|
||||
Xml2h.define "WAYPOINTS_UTM" "{ \\";
|
||||
|
||||
Reference in New Issue
Block a user