Skip to content
Snippets Groups Projects
Commit 936f6b6e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix FMUv3 startup script logic

parent c528c02e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment