mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: rename HAL_INS_ENABLED to AP_INERTIALSENSOR_ENABLED
This commit is contained in:
parent
5d84fbbedb
commit
1725e794ed
@ -263,8 +263,8 @@
|
||||
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_INS_ENABLED
|
||||
#define HAL_INS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#ifndef AP_INERTIALSENSOR_ENABLED
|
||||
#define AP_INERTIALSENSOR_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
||||
#ifndef AP_STATS_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user