mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_ChibiOS: add AP_BATTERY_ESC_TELEM_OUTBOUND_ENABLED to defaults_periph
This commit is contained in:
parent
2057a1871b
commit
ed43f095ce
@ -298,6 +298,10 @@
|
||||
#define AP_SCRIPTING_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_BATTERY_ESC_TELEM_OUTBOUND_ENABLED
|
||||
#define AP_BATTERY_ESC_TELEM_OUTBOUND_ENABLED 0
|
||||
#endif
|
||||
|
||||
#define AP_BATTERY_ENABLED defined(HAL_PERIPH_ENABLE_BATTERY)
|
||||
#define AP_AHRS_ENABLED defined(HAL_PERIPH_ENABLE_AHRS)
|
||||
#define AP_COMPASS_ENABLED defined(HAL_PERIPH_ENABLE_MAG)
|
||||
|
Loading…
Reference in New Issue
Block a user