AP_HAL_ChibiOS: move defaulting of HAL_CRSF_TELEM_ENABLED to minimize_features.inc

This commit is contained in:
Peter Barker 2022-10-25 14:52:07 +11:00 committed by Andrew Tridgell
parent 326789f0ed
commit be6671571b
1 changed files with 3 additions and 0 deletions

View File

@ -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