mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-27 18:23:57 -04:00
AP_Landing: add double casts to printf-like function
This commit is contained in:
parent
008ac0a2a8
commit
8b0c427802
@ -384,7 +384,7 @@ void AP_Landing::type_slope_log(void) const
|
||||
type_slope_stage,
|
||||
flags,
|
||||
type_slope_flags,
|
||||
slope,
|
||||
initial_slope,
|
||||
alt_offset);
|
||||
(double)slope,
|
||||
(double)initial_slope,
|
||||
(double)alt_offset);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user