PX4: fixed l3gd20 rotation

based on first flight log
This commit is contained in:
Andrew Tridgell 2014-07-04 10:18:04 +10:00
parent a8fd4472be
commit 41486ac59c

View File

@ -266,7 +266,7 @@ else
echo "No MPU6000" >> $logfile
sh /etc/init.d/rc.error
fi
if l3gd20 -X -R 6 start
if l3gd20 -X -R 4 start
then
echo "l3gd20 external started OK"
else