ROMFS: Run I2C clock config command for all non-v1 boards

This commit is contained in:
Lorenz Meier
2016-01-19 17:28:14 +01:00
parent 2184dc16d4
commit 63235747c2

View File

@@ -9,6 +9,11 @@ then
then
fi
else
# Configure all I2C buses to 100 KHz as they
# are all external or slow
fmu i2c 1 100000
fmu i2c 2 100000
if ms5611 -s start
then
fi