mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
aerofc: Fix for ms5611 init
This commit is contained in:
committed by
Lorenz Meier
parent
893714dc6a
commit
1eadee19c3
@@ -10,6 +10,11 @@ then
|
||||
fi
|
||||
|
||||
else
|
||||
if ver hwcmp AEROFC_V1
|
||||
# Aero FC uses separate driver
|
||||
then
|
||||
else
|
||||
|
||||
if ver hwcmp CRAZYFLIE
|
||||
then
|
||||
# Crazyflie uses separate driver
|
||||
@@ -41,6 +46,8 @@ else
|
||||
if bst start
|
||||
then
|
||||
fi
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
if adc start
|
||||
|
||||
Reference in New Issue
Block a user