Browse Source

AP_Landing: change logging to be designated as streaming

apm_2208
Henry Wurzburg 3 years ago committed by Peter Barker
parent
commit
50591d1adf
  1. 2
      libraries/AP_Landing/AP_Landing_Slope.cpp

2
libraries/AP_Landing/AP_Landing_Slope.cpp

@ -409,7 +409,7 @@ void AP_Landing::type_slope_log(void) const @@ -409,7 +409,7 @@ void AP_Landing::type_slope_log(void) const
// @Field: slopeInit: Initial slope to landing point
// @Field: altO: Rangefinder correction
// @Field: fh: Height for flare timing.
AP::logger().Write("LAND", "TimeUS,stage,f1,f2,slope,slopeInit,altO,fh", "QBBBffff",
AP::logger().WriteStreaming("LAND", "TimeUS,stage,f1,f2,slope,slopeInit,altO,fh", "QBBBffff",
AP_HAL::micros64(),
type_slope_stage,
flags,

Loading…
Cancel
Save