Skip to content
Snippets Groups Projects
Commit 1ea4c693 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_InertialSensor: allow auxiliary bus with fast sampling

parent 8da42b7a
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment