Browse Source

AP_Landing: add double casts to printf-like function

master
Lucas De Marchi 8 years ago
parent
commit
8b0c427802
  1. 6
      libraries/AP_Landing/AP_Landing_Slope.cpp

6
libraries/AP_Landing/AP_Landing_Slope.cpp

@ -384,7 +384,7 @@ void AP_Landing::type_slope_log(void) const
type_slope_stage, type_slope_stage,
flags, flags,
type_slope_flags, type_slope_flags,
slope, (double)slope,
initial_slope, (double)initial_slope,
alt_offset); (double)alt_offset);
} }

Loading…
Cancel
Save