AP_HAL_ChibiOS: 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 806f0bf97a
commit 18b574a400

View File

@ -2897,6 +2897,10 @@ def add_apperiph_defaults(f):
#define AP_AIRSPEED_AUTOCAL_ENABLE 0
#endif
#ifndef AP_STATS_ENABLED
#define AP_STATS_ENABLED 0
#endif
#ifndef AP_VOLZ_ENABLED
#define AP_VOLZ_ENABLED 0
#endif