forked from Archive/PX4-Autopilot
boards: px4_fmu-v2/v3 allow optional mpu9250 probe to fail without error
This commit is contained in:
parent
aa2b47845a
commit
c9441bb48a
|
@ -100,7 +100,7 @@ else
|
|||
# V3 build hwtypecmp supports V2|V2M|V30
|
||||
if ! ver hwtypecmp V2M
|
||||
then
|
||||
mpu9250 -s -b 1 -R 14 start
|
||||
mpu9250 -s -b 1 -R 14 -q start
|
||||
# else: On the PixhawkMini the mpu9250 has been disabled due to HW errata
|
||||
fi
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ else
|
|||
# V3 build hwtypecmp supports V2|V2M|V30
|
||||
if ! ver hwtypecmp V2M
|
||||
then
|
||||
mpu9250 -s -b 1 -R 14 start
|
||||
mpu9250 -s -b 1 -R 14 -q start
|
||||
# else: On the PixhawkMini the mpu9250 has been disabled due to HW errata
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue