mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_HAL_ChibiOS: rename HAL_INS_ENABLED to AP_INERTIALSENSOR_ENABLED
This commit is contained in:
parent
0d64dc5a14
commit
5d84fbbedb
@ -25,7 +25,7 @@ define HAL_PERIPH_ENABLE_RC_OUT
|
|||||||
define HAL_PERIPH_ENABLE_NOTIFY
|
define HAL_PERIPH_ENABLE_NOTIFY
|
||||||
define HAL_LOGGING_ENABLED TRUE
|
define HAL_LOGGING_ENABLED TRUE
|
||||||
|
|
||||||
define HAL_INS_ENABLED 1
|
define AP_INERTIALSENSOR_ENABLED 1
|
||||||
|
|
||||||
|
|
||||||
# single GPS and compass for peripherals
|
# single GPS and compass for peripherals
|
||||||
|
@ -23,7 +23,7 @@ define HAL_PERIPH_ENABLE_BARO
|
|||||||
define HAL_PERIPH_ENABLE_RC_OUT
|
define HAL_PERIPH_ENABLE_RC_OUT
|
||||||
define HAL_PERIPH_ENABLE_NOTIFY
|
define HAL_PERIPH_ENABLE_NOTIFY
|
||||||
|
|
||||||
define HAL_INS_ENABLED 1
|
define AP_INERTIALSENSOR_ENABLED 1
|
||||||
|
|
||||||
|
|
||||||
# single GPS and compass for peripherals
|
# single GPS and compass for peripherals
|
||||||
|
@ -88,7 +88,7 @@ define HAL_COMPASS_MAX_SENSORS 1
|
|||||||
# GPS+MAG
|
# GPS+MAG
|
||||||
define HAL_PERIPH_ENABLE_GPS
|
define HAL_PERIPH_ENABLE_GPS
|
||||||
define HAL_PERIPH_ENABLE_MAG
|
define HAL_PERIPH_ENABLE_MAG
|
||||||
define HAL_INS_ENABLED 1
|
define AP_INERTIALSENSOR_ENABLED 1
|
||||||
|
|
||||||
|
|
||||||
# enable CAN support
|
# enable CAN support
|
||||||
|
@ -130,7 +130,6 @@ define HAL_PERIPH_ENABLE_BARO
|
|||||||
define HAL_PERIPH_ENABLE_RC_OUT
|
define HAL_PERIPH_ENABLE_RC_OUT
|
||||||
define HAL_PERIPH_ENABLE_NOTIFY
|
define HAL_PERIPH_ENABLE_NOTIFY
|
||||||
define CONFIGURE_PPS_PIN TRUE
|
define CONFIGURE_PPS_PIN TRUE
|
||||||
#define HAL_INS_ENABLED 1
|
|
||||||
define GPS_MOVING_BASELINE 1
|
define GPS_MOVING_BASELINE 1
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
Loading…
Reference in New Issue
Block a user