aerofc: Enable IST8310

This commit is contained in:
José Roberto de Souza
2016-10-25 12:34:18 -02:00
committed by Lorenz Meier
parent 8fb15f1de8
commit 621a0fe492
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -270,13 +270,19 @@ then
then
fi
# Internal compass
if hmc5883 -I -R 4 start
then
fi
# Possible external compasses
if hmc5883 -X start
then
fi
if ist8310 -C -b 1 -R 8 start
then
fi
fi
if meas_airspeed start
@@ -17,6 +17,7 @@ set(config_module_list
drivers/ms5611
drivers/hmc5883
drivers/gps
drivers/ist8310
modules/sensors
# dummy tone alarm
modules/dummy