mirror of https://github.com/ArduPilot/ardupilot
QURT: allow for external compasses
this allows for additional compasses on I2C
This commit is contained in:
parent
61bd5e9bae
commit
1fe21b6120
|
@ -82,6 +82,8 @@
|
||||||
#define HAL_BATT_VOLT_SCALE 1
|
#define HAL_BATT_VOLT_SCALE 1
|
||||||
#define HAL_BATT_CURR_SCALE 1
|
#define HAL_BATT_CURR_SCALE 1
|
||||||
|
|
||||||
|
#define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||||
|
|
||||||
/*
|
/*
|
||||||
compass list
|
compass list
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue