aerofc: disable internal compass (#6485)

It uses a shared I2C bus with MS65611 which causes noise on the baro
reads. This will rely on the external compass instead of the internal
one.
This commit is contained in:
Lucas De Marchi 2017-01-31 09:07:52 -08:00 committed by David Sidrane
parent 899e406005
commit d6ef703fa4

View File

@ -289,11 +289,6 @@ then
then
fi
# Internal compass
if hmc5883 -I -R 4 start
then
fi
# Possible external compasses
if hmc5883 -X start
then