Skip to content
Snippets Groups Projects
Commit 69cc4d7e authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

rc.sensors fix indentation

parent 9d494e62
Branches
Tags
No related merge requests found
......@@ -11,20 +11,17 @@ then
else
if ver hwcmp AEROFC_V1
# Aero FC uses separate driver
then
# Aero FC uses separate driver
else
if ver hwcmp CRAZYFLIE
then
# Crazyflie uses separate driver
else
# Configure all I2C buses to 100 KHz as they
# are all external or slow
fmu i2c 1 100000
fmu i2c 2 100000
fi
if ver hwcmp PX4FMU_V4
......@@ -38,10 +35,12 @@ else
fmu sensor_reset 50
fi
# External SPI
if ms5611 -S start
then
fi
# Internal SPI
if ms5611 -s start
then
fi
......@@ -50,7 +49,6 @@ else
if bst start
then
fi
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment