mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 15:04:06 +08:00
BMI055: Ensure that accel and gyro start consistently.
This was required on a BOSCH board which otherwise could end up mis-detecting the 055 and not running properly
This commit is contained in:
parent
9736c08e49
commit
5e1490b8a1
@ -224,11 +224,10 @@ then
|
||||
# Internal SPI bus BMI055_ACC
|
||||
if bmi055 -A start
|
||||
then
|
||||
fi
|
||||
|
||||
# Internal SPI bus BMI055_GYR
|
||||
if bmi055 -G start
|
||||
then
|
||||
# Internal SPI bus BMI055_GYR
|
||||
if bmi055 -G start
|
||||
then
|
||||
fi
|
||||
fi
|
||||
|
||||
# expansion i2c used for BMM150 rotated by 90deg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user