diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors index ff2d352e22..d8d72e79ef 100644 --- a/ROMFS/px4fmu_common/init.d/rc.sensors +++ b/ROMFS/px4fmu_common/init.d/rc.sensors @@ -42,13 +42,13 @@ fi if ver hwcmp NXPHLITE_V3 then - # Internal I2C + # Internal I2C (baro) mpl3115a2 -I start - # Internal SPI + # Internal SPI (accel + mag) fxos8700cq start -a 8 -R 0 - # Internal SPI + # Internal SPI (gyro) fxas21002c start -R 0 fi