mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: move defaulting of HAL_CRSF_TELEM_ENABLED to minimize_features.inc
This commit is contained in:
parent
326789f0ed
commit
be6671571b
|
@ -8,3 +8,6 @@ define AP_RC_CHANNEL_AUX_FUNCTION_STRINGS_ENABLED 0
|
|||
# low-end boards aren't expected to be used in environments where
|
||||
# things like satellite communications are required:
|
||||
define HAL_HIGH_LATENCY2_ENABLED 0
|
||||
|
||||
# Crossfire telemetry must be explicitly enabled on minimized boards:
|
||||
define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue