mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
boards/px4/fmu-v4: fix internal hmc5883 start
This commit is contained in:
@@ -25,7 +25,7 @@ rm3100 -X start
|
||||
ms5611 -s start
|
||||
|
||||
# hmc5883 internal SPI bus is rotated 90 deg yaw
|
||||
if ! hmc5883 -T -S -R 2 start
|
||||
if ! hmc5883 -T -s -R 2 start
|
||||
then
|
||||
# lis3mdl internal SPI bus is rotated 90 deg yaw
|
||||
lis3mdl -s start
|
||||
|
||||
Reference in New Issue
Block a user