mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: set AP_STATS_ENABLED default value
This commit is contained in:
parent
80e2533cf0
commit
38bbb2361e
@ -265,6 +265,10 @@
|
||||
#define HAL_INS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
||||
#ifndef AP_STATS_ENABLED
|
||||
#define AP_STATS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_MCU_MONITORING
|
||||
#define HAL_WITH_MCU_MONITORING 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user