mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -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
|
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_INS_ENABLED
|
#ifndef AP_INERTIALSENSOR_ENABLED
|
||||||
#define HAL_INS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
#define AP_INERTIALSENSOR_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AP_STATS_ENABLED
|
#ifndef AP_STATS_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user