Browse Source

ROMFS: common: Start aerofc_adc in AeroFC

Probably this was a merge error.
sbg
José Roberto de Souza 8 years ago committed by Lorenz Meier
parent
commit
8d50249e8f
  1. 8
      ROMFS/px4fmu_common/init.d/rc.sensors

8
ROMFS/px4fmu_common/init.d/rc.sensors

@ -307,6 +307,10 @@ then
if ist8310 -C -b 1 -R 4 start if ist8310 -C -b 1 -R 4 start
then then
fi fi
if aerofc_adc start
then
fi
fi fi
if ver hwcmp PX4FMU_V4PRO if ver hwcmp PX4FMU_V4PRO
@ -355,10 +359,6 @@ then
if hmc5883 -X start if hmc5883 -X start
then then
fi fi
if aerofc_adc start
then
fi
fi fi
if meas_airspeed start if meas_airspeed start

Loading…
Cancel
Save