mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_InertialSensor: BMI160: remove stray call to set speed
It's already supposed to be on high speed there.
This commit is contained in:
parent
6776f8ac76
commit
6d1acc5813
@ -172,8 +172,6 @@ void AP_InertialSensor_BMI160::start()
|
||||
}
|
||||
}
|
||||
|
||||
_dev->set_speed(AP_HAL::Device::SPEED_HIGH);
|
||||
|
||||
_dev->get_semaphore()->give();
|
||||
|
||||
_accel_instance = _imu.register_accel(BMI160_ODR_TO_HZ(BMI160_ODR));
|
||||
|
Loading…
Reference in New Issue
Block a user