mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: allow auxiliary bus with fast sampling
This commit is contained in:
parent
8da42b7a8b
commit
1ea4c6938c
|
@ -292,7 +292,7 @@ void AP_InertialSensor_MPU9250::_fifo_enable()
|
|||
|
||||
bool AP_InertialSensor_MPU9250::_has_auxiliary_bus()
|
||||
{
|
||||
return _dev->bus_type() != AP_HAL::Device::BUS_TYPE_I2C && !_fast_sampling;
|
||||
return _dev->bus_type() != AP_HAL::Device::BUS_TYPE_I2C;
|
||||
}
|
||||
|
||||
void AP_InertialSensor_MPU9250::start()
|
||||
|
|
Loading…
Reference in New Issue