mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: remove F1 special-case from compass library
better taken care of at the hwdef level
This commit is contained in:
parent
252498fb29
commit
a6041f77e8
|
@ -5,6 +5,8 @@ define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_gps"
|
|||
|
||||
# and support all external compass types
|
||||
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||
# .... except BMM150:
|
||||
define AP_COMPASS_BMM150_ENABLED 0
|
||||
|
||||
# increase TX size for RTCM
|
||||
undef HAL_UART_MIN_TX_SIZE
|
||||
|
|
Loading…
Reference in New Issue