AP_HAL: specify AP_STATS_ENABLED for periph in chibios_hwdef.py

This commit is contained in:
Peter Barker 2023-03-10 13:14:15 +11:00 committed by Peter Barker
parent 18b574a400
commit 9fd72b6a68
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
#endif #endif
#ifndef AP_STATS_ENABLED #ifndef AP_STATS_ENABLED
#define AP_STATS_ENABLED (!defined(HAL_BUILD_AP_PERIPH)) #define AP_STATS_ENABLED 1
#endif #endif
#ifndef HAL_WITH_MCU_MONITORING #ifndef HAL_WITH_MCU_MONITORING