mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL: define AP_INERTIALSENSOR_ENABLED in a new AP_InertialSensor_config.h
This commit is contained in:
parent
de54bcbc21
commit
e8c5296087
@ -263,10 +263,6 @@
|
||||
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_INERTIALSENSOR_ENABLED
|
||||
#define AP_INERTIALSENSOR_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
||||
#ifndef AP_STATS_ENABLED
|
||||
#define AP_STATS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user