Browse Source

AP_InertialSensor: include sample count in ISBH

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
b997f445ff
  1. 1
      libraries/AP_InertialSensor/BatchSampler.cpp

1
libraries/AP_InertialSensor/BatchSampler.cpp

@ -145,6 +145,7 @@ void AP_InertialSensor::BatchSampler::push_data_to_log()
type, type,
instance, instance,
multiplier, multiplier,
_required_count,
measurement_started_us, measurement_started_us,
sample_rate)) { sample_rate)) {
// buffer full? // buffer full?

Loading…
Cancel
Save