diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors index 3fc86b0873..40c4c660c7 100644 --- a/ROMFS/px4fmu_common/init.d/rc.sensors +++ b/ROMFS/px4fmu_common/init.d/rc.sensors @@ -56,6 +56,11 @@ then then fi + # Internal SPI bus ICM-20608-G + if mpu6000 -T 20608 start + then + fi + # external MPU6K is rotated 180 degrees yaw if mpu6000 -X -R 4 start then