Fix FMUv3 startup script logic

This commit is contained in:
Lorenz Meier 2016-03-30 19:45:12 +02:00
parent c528c02e95
commit 936f6b6eb7

View File

@ -69,6 +69,10 @@ then
then
fi
if meas_airspeed start -b 2
then
fi
else
# FMUv2
if mpu6000 start
@ -169,11 +173,6 @@ else
else
if ets_airspeed start -b 1
then
else
if [ $BOARD_FMUV3 == true ]
then
meas_airspeed start -b 2
fi
fi
fi
fi