mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_ChibiOS: do not detect extra bmm150 instances on SkyViper-v2450
This commit is contained in:
parent
9035de80ca
commit
b4fc6b2215
@ -125,6 +125,9 @@ define AP_MOTORS_FRAME_QUAD_ENABLED 1
|
|||||||
define COMPASS_MAX_SENSORS 1
|
define COMPASS_MAX_SENSORS 1
|
||||||
define AP_COMPASS_BACKEND_DEFAULT_ENABLED 0
|
define AP_COMPASS_BACKEND_DEFAULT_ENABLED 0
|
||||||
define AP_COMPASS_BMM150_ENABLED 1
|
define AP_COMPASS_BMM150_ENABLED 1
|
||||||
|
# avoid trying to detect BMM150 backends; the one compass is
|
||||||
|
#specifed as part of PCNC1:
|
||||||
|
define AP_COMPASS_BMM150_DETECT_BACKENDS_ENABLED 0
|
||||||
|
|
||||||
define BARO_MAX_INSTANCES 1
|
define BARO_MAX_INSTANCES 1
|
||||||
define INS_MAX_INSTANCES 1
|
define INS_MAX_INSTANCES 1
|
||||||
|
Loading…
Reference in New Issue
Block a user