PX4: fixed orientation of internal hmc5883 on FMUv3

This commit is contained in:
Andrew Tridgell 2014-07-04 13:58:38 +10:00
parent fdeedfa173
commit 8710922a02
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ else
else
echo "No external hmc5883"
fi
if hmc5883 -C -I -R 8 start
if hmc5883 -C -I -R 4 start
then
echo "Have internal hmc5883"
else