AP_HAL: set AP_STATS_ENABLED default value

This commit is contained in:
Peter Barker 2022-06-03 13:48:03 +10:00 committed by Andrew Tridgell
parent 80e2533cf0
commit 38bbb2361e

View File

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