mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add and use AP_COMPASS_BMM150_ENABLED
This commit is contained in:
parent
feb809fbb7
commit
a7a2779a0f
|
@ -124,7 +124,7 @@ define AP_MOTORS_FRAME_QUAD_ENABLED 1
|
||||||
# SkyViper isn't going to sprout new compasses:
|
# SkyViper isn't going to sprout new compasses:
|
||||||
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_BMI150_ENABLED 1
|
define AP_COMPASS_BMM150_ENABLED 1
|
||||||
|
|
||||||
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