AP_HAL: rename HAL_INS_ENABLED to AP_INERTIALSENSOR_ENABLED

This commit is contained in:
Peter Barker 2022-12-23 12:27:14 +11:00 committed by Andrew Tridgell
parent 5d84fbbedb
commit 1725e794ed

View File

@ -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