mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: specify AP_STATS_ENABLED for periph in chibios_hwdef.py
This commit is contained in:
parent
18b574a400
commit
9fd72b6a68
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue