mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_InertialSensor: include sample count in ISBH
This commit is contained in:
parent
8c03425f37
commit
b997f445ff
@ -145,6 +145,7 @@ void AP_InertialSensor::BatchSampler::push_data_to_log()
|
||||
type,
|
||||
instance,
|
||||
multiplier,
|
||||
_required_count,
|
||||
measurement_started_us,
|
||||
sample_rate)) {
|
||||
// buffer full?
|
||||
|
Loading…
Reference in New Issue
Block a user