AP_HAL_ChibiOS: move defaulting of HAL_HIGH_LATENCY2_ENABLED to minimize_features.inc

This commit is contained in:
Peter Barker 2022-10-13 10:36:27 +11:00 committed by Andrew Tridgell
parent 5db30b75e7
commit 6dba092c52

View File

@ -4,3 +4,7 @@ define HAL_MINIMIZE_FEATURES 1
# disable emitting nice strings when activating RC channel aux functions:
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