mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_ChibiOS: move defaulting of HAL_WITH_ESC_TELEM for periph
This commit is contained in:
parent
d0a7b54e61
commit
b09dd7b866
@ -317,6 +317,10 @@
|
||||
#define AP_SCRIPTING_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_ESC_TELEM
|
||||
#define HAL_WITH_ESC_TELEM 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_BATTERY_ESC_TELEM_OUTBOUND_ENABLED
|
||||
#define AP_BATTERY_ESC_TELEM_OUTBOUND_ENABLED 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user